#5F6C8A

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

Shades of Waikawa Grey #5F6C8A

Tints of Waikawa Grey #5F6C8A

Color information

#5F6C8A (or 0x5F6C8A) is unknown color: approx Waikawa Grey. HEX triplet: 5F, 6C and 8A. RGB value is (95,108,138). Sum of RGB (Red+Green+Blue) = 95+108+138=341 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.86% from 341); Green value is 108 (42.58% from 255 or 31.67% from 341); Blue value is 138 (54.30% from 255 or 40.47% from 341); Max value from RGB is 138 - color contains mainly: blue. Hex color #5F6C8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F6C8A is #A09375. Grayscale: #6B6B6B. Windows color (decimal): -10523510 or 9071711. OLE color: 9071711.

HSL color Cylindrical-coordinate representation of color #5F6C8A: hue angle of 221.86º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5F6C8A is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB95108138-
CMYK0.310.2200.46
HSL221.86º18.45%45.69%-
HSV(B)221.86º31.16%54.12%-
XYZ14.6714.9926.17-
YUV107.53145.19119.06-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.86%
GREEN value IS 108 (42.58% from 255) = 31.67%
BLUE value IS 138 (54.30% from 255) = 40.47%
R=27.86%
G=31.67%
B=40.47%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal951081380.310.2200.46221.8618.4545.69
Hex5F6C8A1F1602Ede122e
Octal13715421237260563362256
Binary1011111110110010001010111111011001011101101111010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,108,138); }

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

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

 a { background-color: rgb(95,108,138); }

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

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

 span { border-color: rgb(95,108,138); }

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