#587095

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

Shades of Waikawa Grey #587095

Tints of Waikawa Grey #587095

Color information

#587095 (or 0x587095) is unknown color: approx Waikawa Grey. HEX triplet: 58, 70 and 95. RGB value is (88,112,149). Sum of RGB (Red+Green+Blue) = 88+112+149=349 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.21% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 149 (58.59% from 255 or 42.69% from 349); Max value from RGB is 149 - color contains mainly: blue. Hex color #587095 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587095 is #A78F6A. Grayscale: #6C6C6C. Windows color (decimal): -10981227 or 9793624. OLE color: 9793624.

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

Color convert

RGB88112149-
CMYK0.410.2500.42
HSL216.39º25.74%46.47%-
HSV(B)216.39º40.94%58.43%-
XYZ15.2415.8330.69-
YUV109.04150.55112.99-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.21%
GREEN value IS 112 (44.14% from 255) = 32.09%
BLUE value IS 149 (58.59% from 255) = 42.69%
R=25.21%
G=32.09%
B=42.69%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal881121490.410.2500.42216.3925.7446.47
Hex587095291902Ad81a2e
Octal13016022551310523303256
Binary10110001110000100101011010011100101010101101100011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #587095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #587095; }

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

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

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

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

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

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

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

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