#586998

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

Shades of Waikawa Grey #586998

Tints of Waikawa Grey #586998

Color information

#586998 (or 0x586998) is unknown color: approx Waikawa Grey. HEX triplet: 58, 69 and 98. RGB value is (88,105,152). Sum of RGB (Red+Green+Blue) = 88+105+152=345 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.51% from 345); Green value is 105 (41.41% from 255 or 30.43% from 345); Blue value is 152 (59.77% from 255 or 44.06% from 345); Max value from RGB is 152 - color contains mainly: blue. Hex color #586998 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586998 is #A79667. Grayscale: #696969. Windows color (decimal): -10983016 or 9988440. OLE color: 9988440.

HSL color Cylindrical-coordinate representation of color #586998: hue angle of 224.06º 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 #586998 is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB88105152-
CMYK0.420.3100.40
HSL224.06º26.67%47.06%-
HSV(B)224.06º42.11%59.61%-
XYZ14.7414.4431.72-
YUV105.28154.37115.68-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.51%
GREEN value IS 105 (41.41% from 255) = 30.43%
BLUE value IS 152 (59.77% from 255) = 44.06%
R=25.51%
G=30.43%
B=44.06%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal881051520.420.3100.40224.0626.6747.06
Hex5869982A1F028e01b2f
Octal13015123052370503403357
Binary10110001101001100110001010101111101010001110000011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586998; }

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

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

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

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

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

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

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

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