#552877

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

Shades of Blue Diamond #552877

Tints of Blue Diamond #552877

Color information

#552877 (or 0x552877) is unknown color: approx Blue Diamond. HEX triplet: 55, 28 and 77. RGB value is (85,40,119). Sum of RGB (Red+Green+Blue) = 85+40+119=244 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.84% from 244); Green value is 40 (16.02% from 255 or 16.39% from 244); Blue value is 119 (46.88% from 255 or 48.77% from 244); Max value from RGB is 119 - color contains mainly: blue. Hex color #552877 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552877 is #AAD788. Grayscale: #3E3E3E. Windows color (decimal): -11196297 or 7809109. OLE color: 7809109.

HSL color Cylindrical-coordinate representation of color #552877: hue angle of 274.18º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #552877 is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8540119-
CMYK0.290.6600.53
HSL274.18º49.69%31.18%-
HSV(B)274.18º66.39%46.67%-
XYZ7.834.7817.96-
YUV62.46159.91144.08-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.84%
GREEN value IS 40 (16.02% from 255) = 16.39%
BLUE value IS 119 (46.88% from 255) = 48.77%
R=34.84%
G=16.39%
B=48.77%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85401190.290.6600.53274.1849.6931.18
Hex5528771D42035112321f
Octal12550167351020654226237
Binary10101011010001110111111011000010011010110001001011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552877; }

 p { color: rgb(85,40,119); }

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

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

 a { background-color: rgb(85,40,119); }

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

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

 span { border-color: rgb(85,40,119); }

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