#586895

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

Shades of Waikawa Grey #586895

Tints of Waikawa Grey #586895

Color information

#586895 (or 0x586895) is unknown color: approx Waikawa Grey. HEX triplet: 58, 68 and 95. RGB value is (88,104,149). Sum of RGB (Red+Green+Blue) = 88+104+149=341 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.81% from 341); Green value is 104 (41.02% from 255 or 30.50% from 341); Blue value is 149 (58.59% from 255 or 43.70% from 341); Max value from RGB is 149 - color contains mainly: blue. Hex color #586895 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586895 is #A7976A. Grayscale: #686868. Windows color (decimal): -10983275 or 9791576. OLE color: 9791576.

HSL color Cylindrical-coordinate representation of color #586895: hue angle of 224.26º degrees, saturation: 0.26, 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 #586895 is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB88104149-
CMYK0.410.3000.42
HSL224.26º25.74%46.47%-
HSV(B)224.26º40.94%58.43%-
XYZ14.414.1530.41-
YUV104.35153.2116.34-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.81%
GREEN value IS 104 (41.02% from 255) = 30.50%
BLUE value IS 149 (58.59% from 255) = 43.70%
R=25.81%
G=30.50%
B=43.70%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal881041490.410.3000.42224.2625.7446.47
Hex586895291E02Ae01a2e
Octal13015022551360523403256
Binary10110001101000100101011010011111001010101110000011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586895; }

 p { color: rgb(88,104,149); }

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

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

 a { background-color: rgb(88,104,149); }

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

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

 span { border-color: rgb(88,104,149); }

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