#586598

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

Shades of Waikawa Grey #586598

Tints of Waikawa Grey #586598

Color information

#586598 (or 0x586598) is unknown color: approx Waikawa Grey. HEX triplet: 58, 65 and 98. RGB value is (88,101,152). Sum of RGB (Red+Green+Blue) = 88+101+152=341 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.81% from 341); Green value is 101 (39.84% from 255 or 29.62% from 341); Blue value is 152 (59.77% from 255 or 44.57% from 341); Max value from RGB is 152 - color contains mainly: blue. Hex color #586598 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586598 is #A79A67. Grayscale: #666666. Windows color (decimal): -10984040 or 9987416. OLE color: 9987416.

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

Color convert

RGB88101152-
CMYK0.420.3400.40
HSL227.81º26.67%47.06%-
HSV(B)227.81º42.11%59.61%-
XYZ14.3513.6531.58-
YUV102.93155.69117.35-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.81%
GREEN value IS 101 (39.84% from 255) = 29.62%
BLUE value IS 152 (59.77% from 255) = 44.57%
R=25.81%
G=29.62%
B=44.57%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal881011520.420.3400.40227.8126.6747.06
Hex5865982A22028e41b2f
Octal13014523052420503443357
Binary101100011001011001100010101010001001010001110010011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586598; }

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

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

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

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

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

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

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

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