#586393

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

Shades of Waikawa Grey #586393

Tints of Waikawa Grey #586393

Color information

#586393 (or 0x586393) is unknown color: approx Waikawa Grey. HEX triplet: 58, 63 and 93. RGB value is (88,99,147). Sum of RGB (Red+Green+Blue) = 88+99+147=334 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.35% from 334); Green value is 99 (39.06% from 255 or 29.64% from 334); Blue value is 147 (57.81% from 255 or 44.01% from 334); Max value from RGB is 147 - color contains mainly: blue. Hex color #586393 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586393 is #A79C6C. Grayscale: #646464. Windows color (decimal): -10984557 or 9659224. OLE color: 9659224.

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

Color convert

RGB8899147-
CMYK0.400.3300.42
HSL228.81º25.11%46.08%-
HSV(B)228.81º40.14%57.65%-
XYZ13.7513.129.41-
YUV101.18153.86118.6-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.35%
GREEN value IS 99 (39.06% from 255) = 29.64%
BLUE value IS 147 (57.81% from 255) = 44.01%
R=26.35%
G=29.64%
B=44.01%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal88991470.400.3300.42228.8125.1146.08
Hex586393282102Ae5192e
Octal13014322350410523453156
Binary101100011000111001001110100010000101010101110010111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586393; }

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

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

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

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

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

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

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

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