#5C799C

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

Shades of Waikawa Grey #5C799C

Tints of Waikawa Grey #5C799C

Color information

#5C799C (or 0x5C799C) is unknown color: approx Waikawa Grey. HEX triplet: 5C, 79 and 9C. RGB value is (92,121,156). Sum of RGB (Red+Green+Blue) = 92+121+156=369 (48% of max value = 765). Red value is 92 (36.33% from 255 or 24.93% from 369); Green value is 121 (47.66% from 255 or 32.79% from 369); Blue value is 156 (61.33% from 255 or 42.28% from 369); Max value from RGB is 156 - color contains mainly: blue. Hex color #5C799C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C799C is #A38663. Grayscale: #747474. Windows color (decimal): -10716772 or 10254684. OLE color: 10254684.

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

Color convert

RGB92121156-
CMYK0.410.2200.39
HSL212.81º25.81%48.63%-
HSV(B)212.81º41.03%61.18%-
XYZ17.2518.3534.09-
YUV116.32150.39110.65-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.93%
GREEN value IS 121 (47.66% from 255) = 32.79%
BLUE value IS 156 (61.33% from 255) = 42.28%
R=24.93%
G=32.79%
B=42.28%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal921211560.410.2200.39212.8125.8148.63
Hex5C799C2916027d51a31
Octal13417123451260473253261
Binary10111001111001100111001010011011001001111101010111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C799C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,121,156); }

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

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

 a { background-color: rgb(92,121,156); }

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

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

 span { border-color: rgb(92,121,156); }

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