#552973

Color #552973 Blue Diamond (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Diamond #552973

Tints of Blue Diamond #552973

Color information

#552973 (or 0x552973) is unknown color: approx Blue Diamond. HEX triplet: 55, 29 and 73. RGB value is (85,41,115). Sum of RGB (Red+Green+Blue) = 85+41+115=241 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.27% from 241); Green value is 41 (16.41% from 255 or 17.01% from 241); Blue value is 115 (45.31% from 255 or 47.72% from 241); Max value from RGB is 115 - color contains mainly: blue. Hex color #552973 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552973 is #AAD68C. Grayscale: #3E3E3E. Windows color (decimal): -11196045 or 7547221. OLE color: 7547221.

HSL color Cylindrical-coordinate representation of color #552973: hue angle of 275.68º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #552973 is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8541115-
CMYK0.260.6400.55
HSL275.68º47.44%30.59%-
HSV(B)275.68º64.35%45.1%-
XYZ7.634.7516.74-
YUV62.59157.58143.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 85 (33.59% from 255) = 35.27%
GREEN value IS 41 (16.41% from 255) = 17.01%
BLUE value IS 115 (45.31% from 255) = 47.72%
R=35.27%
G=17.01%
B=47.72%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85411150.260.6400.55275.6847.4430.59
Hex5529731A400371142f1f
Octal12551163321000674245737
Binary10101011010011110011110101000000011011110001010010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552973; }

 p { color: rgb(85,41,115); }

 H1.HeaderClassName
 {
   color: #552973;
 }
 .AnyTagClassName
 {
   color: #552973;
 }
</style>
background-color css

<style>
 a { background-color: #552973; }

 a { background-color: rgb(85,41,115); }

 div.DivClassName
 {
   background-color: #552973;
 }
 .BgClassName
 {
   background-color: #552973;
 }
</style>
border-color css

<style>
 span { border-color: #552973; }

 span { border-color: rgb(85,41,115); }

 td.TdClassName
 {
   border-color: #552973;
 }
 .TagClassName
 {
   border-color: #552973;
 }
</style>