#5b6c9b

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

Shades of Waikawa Grey #5B6C9B

Tints of Waikawa Grey #5B6C9B

Color information

#5B6C9B (or 0x5B6C9B) is unknown color: approx Waikawa Grey. HEX triplet: 5B, 6C and 9B. RGB value is (91,108,155). Sum of RGB (Red+Green+Blue) = 91+108+155=354 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.71% from 354); Green value is 108 (42.58% from 255 or 30.51% from 354); Blue value is 155 (60.94% from 255 or 43.79% from 354); Max value from RGB is 155 - color contains mainly: blue. Hex color #5B6C9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B6C9B is #A49364. Grayscale: #6C6C6C. Windows color (decimal): -10785637 or 10185819. OLE color: 10185819.

HSL color Cylindrical-coordinate representation of color #5B6C9B: hue angle of 224.06º 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 #5B6C9B is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB91108155-
CMYK0.410.3000.39
HSL224.06º26.02%48.24%-
HSV(B)224.06º41.29%60.78%-
XYZ15.5915.3233.14-
YUV108.28154.37115.68-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25.71%
GREEN value IS 108 (42.58% from 255) = 30.51%
BLUE value IS 155 (60.94% from 255) = 43.79%
R=25.71%
G=30.51%
B=43.79%

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
Decimal911081550.410.3000.39224.0626.0248.24
Hex5B6C9B291E027e01a30
Octal13315423351360473403260
Binary10110111101100100110111010011111001001111110000011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5b6c9b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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