#5C6699

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

Shades of Waikawa Grey #5C6699

Tints of Waikawa Grey #5C6699

Color information

#5C6699 (or 0x5C6699) is unknown color: approx Waikawa Grey. HEX triplet: 5C, 66 and 99. RGB value is (92,102,153). Sum of RGB (Red+Green+Blue) = 92+102+153=347 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.51% from 347); Green value is 102 (40.23% from 255 or 29.39% from 347); Blue value is 153 (60.16% from 255 or 44.09% from 347); Max value from RGB is 153 - color contains mainly: blue. Hex color #5C6699 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C6699 is #A39966. Grayscale: #686868. Windows color (decimal): -10721639 or 10053212. OLE color: 10053212.

HSL color Cylindrical-coordinate representation of color #5C6699: hue angle of 230.16º 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 #5C6699 is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB92102153-
CMYK0.400.3300.4
HSL230.16º24.9%48.04%-
HSV(B)230.16º39.87%60%-
XYZ14.9114.0832.07-
YUV104.82155.19118.85-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 26.51%
GREEN value IS 102 (40.23% from 255) = 29.39%
BLUE value IS 153 (60.16% from 255) = 44.09%
R=26.51%
G=29.39%
B=44.09%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal921021530.400.3300.4230.1624.948.04
Hex5C66992821028e61930
Octal13414623150410503463160
Binary101110011001101001100110100010000101010001110011011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,102,153); }

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

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

 a { background-color: rgb(92,102,153); }

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

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

 span { border-color: rgb(92,102,153); }

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