#5B6C93

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

Shades of Waikawa Grey #5B6C93

Tints of Waikawa Grey #5B6C93

Color information

#5B6C93 (or 0x5B6C93) is unknown color: approx Waikawa Grey. HEX triplet: 5B, 6C and 93. RGB value is (91,108,147). Sum of RGB (Red+Green+Blue) = 91+108+147=346 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.30% from 346); Green value is 108 (42.58% from 255 or 31.21% from 346); Blue value is 147 (57.81% from 255 or 42.49% from 346); Max value from RGB is 147 - color contains mainly: blue. Hex color #5B6C93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B6C93 is #A4936C. Grayscale: #6B6B6B. Windows color (decimal): -10785645 or 9661531. OLE color: 9661531.

HSL color Cylindrical-coordinate representation of color #5B6C93: hue angle of 221.79º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5B6C93 is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB91108147-
CMYK0.380.2700.42
HSL221.79º23.53%46.67%-
HSV(B)221.79º38.1%57.65%-
XYZ14.9415.0629.72-
YUV107.36150.37116.33-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26.30%
GREEN value IS 108 (42.58% from 255) = 31.21%
BLUE value IS 147 (57.81% from 255) = 42.49%
R=26.30%
G=31.21%
B=42.49%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal911081470.380.2700.42221.7923.5346.67
Hex5B6C93261B02Ade182f
Octal13315422346330523363057
Binary10110111101100100100111001101101101010101101111011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,108,147); }

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

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

 a { background-color: rgb(91,108,147); }

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

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

 span { border-color: rgb(91,108,147); }

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