#5b668f

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

Shades of Waikawa Grey #5B668F

Tints of Waikawa Grey #5B668F

Color information

#5B668F (or 0x5B668F) is unknown color: approx Waikawa Grey. HEX triplet: 5B, 66 and 8F. RGB value is (91,102,143). Sum of RGB (Red+Green+Blue) = 91+102+143=336 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.08% from 336); Green value is 102 (40.23% from 255 or 30.36% from 336); Blue value is 143 (56.25% from 255 or 42.56% from 336); Max value from RGB is 143 - color contains mainly: blue. Hex color #5B668F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B668F is #A49970. Grayscale: #676767. Windows color (decimal): -10787185 or 9397851. OLE color: 9397851.

HSL color Cylindrical-coordinate representation of color #5B668F: hue angle of 227.31º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5B668F is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB91102143-
CMYK0.360.2900.44
HSL227.31º22.22%45.88%-
HSV(B)227.31º36.36%56.08%-
XYZ14.0213.7127.89-
YUV103.38150.36119.17-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 27.08%
GREEN value IS 102 (40.23% from 255) = 30.36%
BLUE value IS 143 (56.25% from 255) = 42.56%
R=27.08%
G=30.36%
B=42.56%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal911021430.360.2900.44227.3122.2245.88
Hex5B668F241D02Ce3162e
Octal13314621744350543432656
Binary10110111100110100011111001001110101011001110001110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5b668f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,102,143); }

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

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

 a { background-color: rgb(91,102,143); }

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

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

 span { border-color: rgb(91,102,143); }

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