#586B98

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

Shades of Waikawa Grey #586B98

Tints of Waikawa Grey #586B98

Color information

#586B98 (or 0x586B98) is unknown color: approx Waikawa Grey. HEX triplet: 58, 6B and 98. RGB value is (88,107,152). Sum of RGB (Red+Green+Blue) = 88+107+152=347 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.36% from 347); Green value is 107 (42.19% from 255 or 30.84% from 347); Blue value is 152 (59.77% from 255 or 43.80% from 347); Max value from RGB is 152 - color contains mainly: blue. Hex color #586B98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586B98 is #A79467. Grayscale: #6A6A6A. Windows color (decimal): -10982504 or 9988952. OLE color: 9988952.

HSL color Cylindrical-coordinate representation of color #586B98: hue angle of 222.19º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #586B98 is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB88107152-
CMYK0.420.3000.40
HSL222.19º26.67%47.06%-
HSV(B)222.19º42.11%59.61%-
XYZ14.9514.8631.79-
YUV106.45153.71114.84-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.36%
GREEN value IS 107 (42.19% from 255) = 30.84%
BLUE value IS 152 (59.77% from 255) = 43.80%
R=25.36%
G=30.84%
B=43.80%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal881071520.420.3000.40222.1926.6747.06
Hex586B982A1E028de1b2f
Octal13015323052360503363357
Binary10110001101011100110001010101111001010001101111011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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