#5C6589

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

Shades of Waikawa Grey #5C6589

Tints of Waikawa Grey #5C6589

Color information

#5C6589 (or 0x5C6589) is unknown color: approx Waikawa Grey. HEX triplet: 5C, 65 and 89. RGB value is (92,101,137). Sum of RGB (Red+Green+Blue) = 92+101+137=330 (43% of max value = 765). Red value is 92 (36.33% from 255 or 27.88% from 330); Green value is 101 (39.84% from 255 or 30.61% from 330); Blue value is 137 (53.91% from 255 or 41.52% from 330); Max value from RGB is 137 - color contains mainly: blue. Hex color #5C6589 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C6589 is #A39A76. Grayscale: #666666. Windows color (decimal): -10721911 or 9004380. OLE color: 9004380.

HSL color Cylindrical-coordinate representation of color #5C6589: hue angle of 228º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5C6589 is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB92101137-
CMYK0.330.2600.46
HSL228º19.65%44.9%-
HSV(B)228º32.85%53.73%-
XYZ13.5813.3925.54-
YUV102.41147.52120.57-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 27.88%
GREEN value IS 101 (39.84% from 255) = 30.61%
BLUE value IS 137 (53.91% from 255) = 41.52%
R=27.88%
G=30.61%
B=41.52%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal921011370.330.2600.4622819.6544.9
Hex5C6589211A02Ee4142d
Octal13414521141320563442455
Binary10111001100101100010011000011101001011101110010010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,101,137); }

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

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

 a { background-color: rgb(92,101,137); }

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

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

 span { border-color: rgb(92,101,137); }

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