#5C729A

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

Shades of Waikawa Grey #5C729A

Tints of Waikawa Grey #5C729A

Color information

#5C729A (or 0x5C729A) is unknown color: approx Waikawa Grey. HEX triplet: 5C, 72 and 9A. RGB value is (92,114,154). Sum of RGB (Red+Green+Blue) = 92+114+154=360 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.56% from 360); Green value is 114 (44.92% from 255 or 31.67% from 360); Blue value is 154 (60.55% from 255 or 42.78% from 360); Max value from RGB is 154 - color contains mainly: blue. Hex color #5C729A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C729A is #A38D65. Grayscale: #6F6F6F. Windows color (decimal): -10718566 or 10121820. OLE color: 10121820.

HSL color Cylindrical-coordinate representation of color #5C729A: hue angle of 218.71º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5C729A is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB92114154-
CMYK0.400.2600.40
HSL218.71º25.2%48.24%-
HSV(B)218.71º40.26%60.39%-
XYZ16.2616.6432.93-
YUV111.98151.71113.75-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25.56%
GREEN value IS 114 (44.92% from 255) = 31.67%
BLUE value IS 154 (60.55% from 255) = 42.78%
R=25.56%
G=31.67%
B=42.78%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal921141540.400.2600.40218.7125.248.24
Hex5C729A281A028db1930
Octal13416223250320503333160
Binary10111001110010100110101010001101001010001101101111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C729A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,114,154); }

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

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

 a { background-color: rgb(92,114,154); }

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

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

 span { border-color: rgb(92,114,154); }

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