#586B96

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

Shades of Waikawa Grey #586B96

Tints of Waikawa Grey #586B96

Color information

#586B96 (or 0x586B96) is unknown color: approx Waikawa Grey. HEX triplet: 58, 6B and 96. RGB value is (88,107,150). Sum of RGB (Red+Green+Blue) = 88+107+150=345 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.51% from 345); Green value is 107 (42.19% from 255 or 31.01% from 345); Blue value is 150 (58.98% from 255 or 43.48% from 345); Max value from RGB is 150 - color contains mainly: blue. Hex color #586B96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586B96 is #A79469. Grayscale: #6A6A6A. Windows color (decimal): -10982506 or 9857880. OLE color: 9857880.

HSL color Cylindrical-coordinate representation of color #586B96: hue angle of 221.61º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #586B96 is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB88107150-
CMYK0.410.2900.41
HSL221.61º26.05%46.67%-
HSV(B)221.61º41.33%58.82%-
XYZ14.7914.7930.93-
YUV106.22152.71115-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.51%
GREEN value IS 107 (42.19% from 255) = 31.01%
BLUE value IS 150 (58.98% from 255) = 43.48%
R=25.51%
G=31.01%
B=43.48%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal881071500.410.2900.41221.6126.0546.67
Hex586B96291D029de1a2f
Octal13015322651350513363257
Binary10110001101011100101101010011110101010011101111011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586B96; }

 p { color: rgb(88,107,150); }

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

<style>
 a { background-color: #586B96; }

 a { background-color: rgb(88,107,150); }

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

<style>
 span { border-color: #586B96; }

 span { border-color: rgb(88,107,150); }

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