#5C6C8A

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

Shades of Waikawa Grey #5C6C8A

Tints of Waikawa Grey #5C6C8A

Color information

#5C6C8A (or 0x5C6C8A) is unknown color: approx Waikawa Grey. HEX triplet: 5C, 6C and 8A. RGB value is (92,108,138). Sum of RGB (Red+Green+Blue) = 92+108+138=338 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.22% from 338); Green value is 108 (42.58% from 255 or 31.95% from 338); Blue value is 138 (54.30% from 255 or 40.83% from 338); Max value from RGB is 138 - color contains mainly: blue. Hex color #5C6C8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C6C8A is #A39375. Grayscale: #6A6A6A. Windows color (decimal): -10720118 or 9071708. OLE color: 9071708.

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

Color convert

RGB92108138-
CMYK0.330.2200.46
HSL219.13º20%45.1%-
HSV(B)219.13º33.33%54.12%-
XYZ14.3614.8426.15-
YUV106.64145.7117.56-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 27.22%
GREEN value IS 108 (42.58% from 255) = 31.95%
BLUE value IS 138 (54.30% from 255) = 40.83%
R=27.22%
G=31.95%
B=40.83%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal921081380.330.2200.46219.132045.1
Hex5C6C8A211602Edb142d
Octal13415421241260563332455
Binary10111001101100100010101000011011001011101101101110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,108,138); }

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

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

 a { background-color: rgb(92,108,138); }

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

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

 span { border-color: rgb(92,108,138); }

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