#555F87

Color #555F87 Waikawa Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Waikawa Grey #555F87

Tints of Waikawa Grey #555F87

Color information

#555F87 (or 0x555F87) is unknown color: approx Waikawa Grey. HEX triplet: 55, 5F and 87. RGB value is (85,95,135). Sum of RGB (Red+Green+Blue) = 85+95+135=315 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.98% from 315); Green value is 95 (37.5% from 255 or 30.16% from 315); Blue value is 135 (53.12% from 255 or 42.86% from 315); Max value from RGB is 135 - color contains mainly: blue. Hex color #555F87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555F87 is #AAA078. Grayscale: #606060. Windows color (decimal): -11182201 or 8871765. OLE color: 8871765.

HSL color Cylindrical-coordinate representation of color #555F87: hue angle of 228º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #555F87 is Cyan = 0.37, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8595135-
CMYK0.370.3000.47
HSL228º22.73%43.14%-
HSV(B)228º37.04%52.94%-
XYZ12.2111.8624.57-
YUV96.57149.69119.75-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.98%
GREEN value IS 95 (37.5% from 255) = 30.16%
BLUE value IS 135 (53.12% from 255) = 42.86%
R=26.98%
G=30.16%
B=42.86%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal85951350.370.3000.4722822.7343.14
Hex555F87251E02Fe4172b
Octal12513720745360573442753
Binary10101011011111100001111001011111001011111110010010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555F87; }

 p { color: rgb(85,95,135); }

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

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

 a { background-color: rgb(85,95,135); }

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

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

 span { border-color: rgb(85,95,135); }

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