#5B709F

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

Shades of Waikawa Grey #5B709F

Tints of Waikawa Grey #5B709F

Color information

#5B709F (or 0x5B709F) is unknown color: approx Waikawa Grey. HEX triplet: 5B, 70 and 9F. RGB value is (91,112,159). Sum of RGB (Red+Green+Blue) = 91+112+159=362 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.14% from 362); Green value is 112 (44.14% from 255 or 30.94% from 362); Blue value is 159 (62.5% from 255 or 43.92% from 362); Max value from RGB is 159 - color contains mainly: blue. Hex color #5B709F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B709F is #A48F60. Grayscale: #6E6E6E. Windows color (decimal): -10784609 or 10448987. OLE color: 10448987.

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

Color convert

RGB91112159-
CMYK0.430.3000.38
HSL221.47º27.2%49.02%-
HSV(B)221.47º42.77%62.35%-
XYZ16.3716.3235.09-
YUV111.08155.04113.68-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25.14%
GREEN value IS 112 (44.14% from 255) = 30.94%
BLUE value IS 159 (62.5% from 255) = 43.92%
R=25.14%
G=30.94%
B=43.92%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal911121590.430.3000.38221.4727.249.02
Hex5B709F2B1E026dd1b31
Octal13316023753360463353361
Binary10110111110000100111111010111111001001101101110111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B709F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,112,159); }

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

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

 a { background-color: rgb(91,112,159); }

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

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

 span { border-color: rgb(91,112,159); }

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