#5B69A0

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

Shades of Waikawa Grey #5B69A0

Tints of Waikawa Grey #5B69A0

Color information

#5B69A0 (or 0x5B69A0) is unknown color: approx Waikawa Grey. HEX triplet: 5B, 69 and A0. RGB value is (91,105,160). Sum of RGB (Red+Green+Blue) = 91+105+160=356 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.56% from 356); Green value is 105 (41.41% from 255 or 29.49% from 356); Blue value is 160 (62.89% from 255 or 44.94% from 356); Max value from RGB is 160 - color contains mainly: blue. Hex color #5B69A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B69A0 is #A4965F. Grayscale: #6A6A6A. Windows color (decimal): -10786400 or 10512731. OLE color: 10512731.

HSL color Cylindrical-coordinate representation of color #5B69A0: hue angle of 227.83º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5B69A0 is Cyan = 0.43, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB91105160-
CMYK0.430.3400.37
HSL227.83º27.49%49.22%-
HSV(B)227.83º43.13%62.75%-
XYZ15.7114.8735.3-
YUV107.08157.86116.53-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25.56%
GREEN value IS 105 (41.41% from 255) = 29.49%
BLUE value IS 160 (62.89% from 255) = 44.94%
R=25.56%
G=29.49%
B=44.94%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal911051600.430.3400.37227.8327.4949.22
Hex5B69A02B22025e41b31
Octal13315124053420453443361
Binary101101111010011010000010101110001001001011110010011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B69A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,105,160); }

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

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

 a { background-color: rgb(91,105,160); }

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

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

 span { border-color: rgb(91,105,160); }

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