#5C6B8A

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

Shades of Waikawa Grey #5C6B8A

Tints of Waikawa Grey #5C6B8A

Color information

#5C6B8A (or 0x5C6B8A) is unknown color: approx Waikawa Grey. HEX triplet: 5C, 6B and 8A. RGB value is (92,107,138). Sum of RGB (Red+Green+Blue) = 92+107+138=337 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.30% from 337); Green value is 107 (42.19% from 255 or 31.75% from 337); Blue value is 138 (54.30% from 255 or 40.95% from 337); Max value from RGB is 138 - color contains mainly: blue. Hex color #5C6B8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C6B8A is #A39475. Grayscale: #696969. Windows color (decimal): -10720374 or 9071452. OLE color: 9071452.

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

Color convert

RGB92107138-
CMYK0.330.2200.46
HSL220.43º20%45.1%-
HSV(B)220.43º33.33%54.12%-
XYZ14.2614.6326.12-
YUV106.05146.03117.98-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 27.30%
GREEN value IS 107 (42.19% from 255) = 31.75%
BLUE value IS 138 (54.30% from 255) = 40.95%
R=27.30%
G=31.75%
B=40.95%

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
Decimal921071380.330.2200.46220.432045.1
Hex5C6B8A211602Edc142d
Octal13415321241260563342455
Binary10111001101011100010101000011011001011101101110010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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