#586395

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

Shades of Waikawa Grey #586395

Tints of Waikawa Grey #586395

Color information

#586395 (or 0x586395) is unknown color: approx Waikawa Grey. HEX triplet: 58, 63 and 95. RGB value is (88,99,149). Sum of RGB (Red+Green+Blue) = 88+99+149=336 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.19% from 336); Green value is 99 (39.06% from 255 or 29.46% from 336); Blue value is 149 (58.59% from 255 or 44.35% from 336); Max value from RGB is 149 - color contains mainly: blue. Hex color #586395 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586395 is #A79C6A. Grayscale: #656565. Windows color (decimal): -10984555 or 9790296. OLE color: 9790296.

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

Color convert

RGB8899149-
CMYK0.410.3400.42
HSL229.18º25.74%46.47%-
HSV(B)229.18º40.94%58.43%-
XYZ13.9113.1730.24-
YUV101.41154.86118.43-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.19%
GREEN value IS 99 (39.06% from 255) = 29.46%
BLUE value IS 149 (58.59% from 255) = 44.35%
R=26.19%
G=29.46%
B=44.35%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal88991490.410.3400.42229.1825.7446.47
Hex586395292202Ae51a2e
Octal13014322551420523453256
Binary101100011000111001010110100110001001010101110010111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586395; }

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

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

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

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

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

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

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

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