#5F6884

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

Shades of Waikawa Grey #5F6884

Tints of Waikawa Grey #5F6884

Color information

#5F6884 (or 0x5F6884) is unknown color: approx Waikawa Grey. HEX triplet: 5F, 68 and 84. RGB value is (95,104,132). Sum of RGB (Red+Green+Blue) = 95+104+132=331 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.70% from 331); Green value is 104 (41.02% from 255 or 31.42% from 331); Blue value is 132 (51.95% from 255 or 39.88% from 331); Max value from RGB is 132 - color contains mainly: blue. Hex color #5F6884 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F6884 is #A0977B. Grayscale: #686868. Windows color (decimal): -10524540 or 8677471. OLE color: 8677471.

HSL color Cylindrical-coordinate representation of color #5F6884: hue angle of 225.41º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5F6884 is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB95104132-
CMYK0.280.2100.48
HSL225.41º16.3%44.51%-
HSV(B)225.41º28.03%51.76%-
XYZ13.831423.8-
YUV104.5143.52121.22-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.70%
GREEN value IS 104 (41.02% from 255) = 31.42%
BLUE value IS 132 (51.95% from 255) = 39.88%
R=28.70%
G=31.42%
B=39.88%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal951041320.280.2100.48225.4116.344.51
Hex5F68841C15030e1102d
Octal13715020434250603412055
Binary1011111110100010000100111001010101100001110000110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F6884; }

 p { color: rgb(95,104,132); }

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

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

 a { background-color: rgb(95,104,132); }

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

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

 span { border-color: rgb(95,104,132); }

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