#586E94

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

Shades of Waikawa Grey #586E94

Tints of Waikawa Grey #586E94

Color information

#586E94 (or 0x586E94) is unknown color: approx Waikawa Grey. HEX triplet: 58, 6E and 94. RGB value is (88,110,148). Sum of RGB (Red+Green+Blue) = 88+110+148=346 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.43% from 346); Green value is 110 (43.36% from 255 or 31.79% from 346); Blue value is 148 (58.20% from 255 or 42.77% from 346); Max value from RGB is 148 - color contains mainly: blue. Hex color #586E94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586E94 is #A7916B. Grayscale: #6B6B6B. Windows color (decimal): -10981740 or 9727576. OLE color: 9727576.

HSL color Cylindrical-coordinate representation of color #586E94: hue angle of 218º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #586E94 is Cyan = 0.41, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB88110148-
CMYK0.410.2600.42
HSL218º25.42%46.27%-
HSV(B)218º40.54%58.04%-
XYZ14.9515.3630.19-
YUV107.75150.71113.91-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.43%
GREEN value IS 110 (43.36% from 255) = 31.79%
BLUE value IS 148 (58.20% from 255) = 42.77%
R=25.43%
G=31.79%
B=42.77%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal881101480.410.2600.4221825.4246.27
Hex586E94291A02Ada192e
Octal13015622451320523323156
Binary10110001101110100101001010011101001010101101101011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,110,148); }

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

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

 a { background-color: rgb(88,110,148); }

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

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

 span { border-color: rgb(88,110,148); }

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