#5c6c9b

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

Shades of Waikawa Grey #5C6C9B

Tints of Waikawa Grey #5C6C9B

Color information

#5C6C9B (or 0x5C6C9B) is unknown color: approx Waikawa Grey. HEX triplet: 5C, 6C and 9B. RGB value is (92,108,155). Sum of RGB (Red+Green+Blue) = 92+108+155=355 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.92% from 355); Green value is 108 (42.58% from 255 or 30.42% from 355); Blue value is 155 (60.94% from 255 or 43.66% from 355); Max value from RGB is 155 - color contains mainly: blue. Hex color #5C6C9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C6C9B is #A39364. Grayscale: #6C6C6C. Windows color (decimal): -10720101 or 10185820. OLE color: 10185820.

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

Color convert

RGB92108155-
CMYK0.410.3000.39
HSL224.76º25.51%48.43%-
HSV(B)224.76º40.65%60.78%-
XYZ15.6915.3733.15-
YUV108.57154.2116.18-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25.92%
GREEN value IS 108 (42.58% from 255) = 30.42%
BLUE value IS 155 (60.94% from 255) = 43.66%
R=25.92%
G=30.42%
B=43.66%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal921081550.410.3000.39224.7625.5148.43
Hex5C6C9B291E027e11a30
Octal13415423351360473413260
Binary10111001101100100110111010011111001001111110000111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5c6c9b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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