#5b659a

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

Shades of Waikawa Grey #5B659A

Tints of Waikawa Grey #5B659A

Color information

#5B659A (or 0x5B659A) is unknown color: approx Waikawa Grey. HEX triplet: 5B, 65 and 9A. RGB value is (91,101,154). Sum of RGB (Red+Green+Blue) = 91+101+154=346 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.30% from 346); Green value is 101 (39.84% from 255 or 29.19% from 346); Blue value is 154 (60.55% from 255 or 44.51% from 346); Max value from RGB is 154 - color contains mainly: blue. Hex color #5B659A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B659A is #A49A65. Grayscale: #676767. Windows color (decimal): -10787430 or 10118491. OLE color: 10118491.

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

Color convert

RGB91101154-
CMYK0.410.3400.40
HSL230.48º25.71%48.04%-
HSV(B)230.48º40.91%60.39%-
XYZ14.813.8632.47-
YUV104.05156.19118.69-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26.30%
GREEN value IS 101 (39.84% from 255) = 29.19%
BLUE value IS 154 (60.55% from 255) = 44.51%
R=26.30%
G=29.19%
B=44.51%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal911011540.410.3400.40230.4825.7148.04
Hex5B659A2922028e61a30
Octal13314523251420503463260
Binary101101111001011001101010100110001001010001110011011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5b659a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,101,154); }

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

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

 a { background-color: rgb(91,101,154); }

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

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

 span { border-color: rgb(91,101,154); }

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