#5C6596

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

Shades of Waikawa Grey #5C6596

Tints of Waikawa Grey #5C6596

Color information

#5C6596 (or 0x5C6596) is unknown color: approx Waikawa Grey. HEX triplet: 5C, 65 and 96. RGB value is (92,101,150). Sum of RGB (Red+Green+Blue) = 92+101+150=343 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.82% from 343); Green value is 101 (39.84% from 255 or 29.45% from 343); Blue value is 150 (58.98% from 255 or 43.73% from 343); Max value from RGB is 150 - color contains mainly: blue. Hex color #5C6596 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C6596 is #A39A69. Grayscale: #676767. Windows color (decimal): -10721898 or 9856348. OLE color: 9856348.

HSL color Cylindrical-coordinate representation of color #5C6596: hue angle of 230.69º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5C6596 is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB92101150-
CMYK0.390.3300.41
HSL230.69º23.97%47.45%-
HSV(B)230.69º38.67%58.82%-
XYZ14.5713.7830.75-
YUV103.9154.02119.52-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 26.82%
GREEN value IS 101 (39.84% from 255) = 29.45%
BLUE value IS 150 (58.98% from 255) = 43.73%
R=26.82%
G=29.45%
B=43.73%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal921011500.390.3300.41230.6923.9747.45
Hex5C65962721029e7182f
Octal13414522647410513473057
Binary101110011001011001011010011110000101010011110011111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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