#5D799C

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

Shades of Waikawa Grey #5D799C

Tints of Waikawa Grey #5D799C

Color information

#5D799C (or 0x5D799C) is unknown color: approx Waikawa Grey. HEX triplet: 5D, 79 and 9C. RGB value is (93,121,156). Sum of RGB (Red+Green+Blue) = 93+121+156=370 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25.14% from 370); Green value is 121 (47.66% from 255 or 32.70% from 370); Blue value is 156 (61.33% from 255 or 42.16% from 370); Max value from RGB is 156 - color contains mainly: blue. Hex color #5D799C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D799C is #A28663. Grayscale: #747474. Windows color (decimal): -10651236 or 10254685. OLE color: 10254685.

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

Color convert

RGB93121156-
CMYK0.400.2200.39
HSL213.33º25.3%48.82%-
HSV(B)213.33º40.38%61.18%-
XYZ17.3518.434.09-
YUV116.62150.22111.15-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.14%
GREEN value IS 121 (47.66% from 255) = 32.70%
BLUE value IS 156 (61.33% from 255) = 42.16%
R=25.14%
G=32.70%
B=42.16%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal931211560.400.2200.39213.3325.348.82
Hex5D799C2816027d51931
Octal13517123450260473253161
Binary10111011111001100111001010001011001001111101010111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D799C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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