#5F6885

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

Shades of Waikawa Grey #5F6885

Tints of Waikawa Grey #5F6885

Color information

#5F6885 (or 0x5F6885) is unknown color: approx Waikawa Grey. HEX triplet: 5F, 68 and 85. RGB value is (95,104,133). Sum of RGB (Red+Green+Blue) = 95+104+133=332 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.61% from 332); Green value is 104 (41.02% from 255 or 31.33% from 332); Blue value is 133 (52.34% from 255 or 40.06% from 332); Max value from RGB is 133 - color contains mainly: blue. Hex color #5F6885 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F6885 is #A0977A. Grayscale: #686868. Windows color (decimal): -10524539 or 8743007. OLE color: 8743007.

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

Color convert

RGB95104133-
CMYK0.290.2200.48
HSL225.79º16.67%44.71%-
HSV(B)225.79º28.57%52.16%-
XYZ13.914.0324.17-
YUV104.62144.02121.14-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.61%
GREEN value IS 104 (41.02% from 255) = 31.33%
BLUE value IS 133 (52.34% from 255) = 40.06%
R=28.61%
G=31.33%
B=40.06%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal951041330.290.2200.48225.7916.6744.71
Hex5F68851D16030e2112d
Octal13715020535260603422155
Binary1011111110100010000101111011011001100001110001010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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