#5f7c9c

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

Shades of Waikawa Grey #5F7C9C

Tints of Waikawa Grey #5F7C9C

Color information

#5F7C9C (or 0x5F7C9C) is unknown color: approx Waikawa Grey. HEX triplet: 5F, 7C and 9C. RGB value is (95,124,156). Sum of RGB (Red+Green+Blue) = 95+124+156=375 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.33% from 375); Green value is 124 (48.83% from 255 or 33.07% from 375); Blue value is 156 (61.33% from 255 or 41.6% from 375); Max value from RGB is 156 - color contains mainly: blue. Hex color #5F7C9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F7C9C is #A08363. Grayscale: #767676. Windows color (decimal): -10519396 or 10255455. OLE color: 10255455.

HSL color Cylindrical-coordinate representation of color #5F7C9C: hue angle of 211.48º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5F7C9C is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB95124156-
CMYK0.390.2100.39
HSL211.48º24.3%49.22%-
HSV(B)211.48º39.1%61.18%-
XYZ17.9319.2534.22-
YUV118.98148.89110.9-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.33%
GREEN value IS 124 (48.83% from 255) = 33.07%
BLUE value IS 156 (61.33% from 255) = 41.6%
R=25.33%
G=33.07%
B=41.6%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal951241560.390.2100.39211.4824.349.22
Hex5F7C9C2715027d31831
Octal13717423447250473233061
Binary10111111111100100111001001111010101001111101001111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5f7c9c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,124,156); }

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

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

 a { background-color: rgb(95,124,156); }

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

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

 span { border-color: rgb(95,124,156); }

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