#5C669C

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

Shades of Waikawa Grey #5C669C

Tints of Waikawa Grey #5C669C

Color information

#5C669C (or 0x5C669C) is unknown color: approx Waikawa Grey. HEX triplet: 5C, 66 and 9C. RGB value is (92,102,156). Sum of RGB (Red+Green+Blue) = 92+102+156=350 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.29% from 350); Green value is 102 (40.23% from 255 or 29.14% from 350); Blue value is 156 (61.33% from 255 or 44.57% from 350); Max value from RGB is 156 - color contains mainly: blue. Hex color #5C669C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C669C is #A39963. Grayscale: #686868. Windows color (decimal): -10721636 or 10249820. OLE color: 10249820.

HSL color Cylindrical-coordinate representation of color #5C669C: hue angle of 230.62º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5C669C is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB92102156-
CMYK0.410.3500.39
HSL230.62º25.81%48.63%-
HSV(B)230.62º41.03%61.18%-
XYZ15.1714.1833.39-
YUV105.17156.69118.61-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 26.29%
GREEN value IS 102 (40.23% from 255) = 29.14%
BLUE value IS 156 (61.33% from 255) = 44.57%
R=26.29%
G=29.14%
B=44.57%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal921021560.410.3500.39230.6225.8148.63
Hex5C669C2923027e71a31
Octal13414623451430473473261
Binary101110011001101001110010100110001101001111110011111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C669C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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