#552772

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

Shades of Blue Diamond #552772

Tints of Blue Diamond #552772

Color information

#552772 (or 0x552772) is unknown color: approx Blue Diamond. HEX triplet: 55, 27 and 72. RGB value is (85,39,114). Sum of RGB (Red+Green+Blue) = 85+39+114=238 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.71% from 238); Green value is 39 (15.62% from 255 or 16.39% from 238); Blue value is 114 (44.92% from 255 or 47.90% from 238); Max value from RGB is 114 - color contains mainly: blue. Hex color #552772 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552772 is #AAD88D. Grayscale: #3D3D3D. Windows color (decimal): -11196558 or 7481173. OLE color: 7481173.

HSL color Cylindrical-coordinate representation of color #552772: hue angle of 276.8º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #552772 is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8539114-
CMYK0.250.6600.55
HSL276.8º49.02%30%-
HSV(B)276.8º65.79%44.71%-
XYZ7.514.616.41-
YUV61.3157.74144.9-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.71%
GREEN value IS 39 (15.62% from 255) = 16.39%
BLUE value IS 114 (44.92% from 255) = 47.90%
R=35.71%
G=16.39%
B=47.90%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85391140.250.6600.55276.849.0230
Hex5527721942037115311e
Octal12547162311020674256136
Binary10101011001111110010110011000010011011110001010111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552772; }

 p { color: rgb(85,39,114); }

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

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

 a { background-color: rgb(85,39,114); }

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

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

 span { border-color: rgb(85,39,114); }

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