#586386

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

Shades of Waikawa Grey #586386

Tints of Waikawa Grey #586386

Color information

#586386 (or 0x586386) is unknown color: approx Waikawa Grey. HEX triplet: 58, 63 and 86. RGB value is (88,99,134). Sum of RGB (Red+Green+Blue) = 88+99+134=321 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.41% from 321); Green value is 99 (39.06% from 255 or 30.84% from 321); Blue value is 134 (52.73% from 255 or 41.74% from 321); Max value from RGB is 134 - color contains mainly: blue. Hex color #586386 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586386 is #A79C79. Grayscale: #636363. Windows color (decimal): -10984570 or 8807256. OLE color: 8807256.

HSL color Cylindrical-coordinate representation of color #586386: hue angle of 225.65º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #586386 is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8899134-
CMYK0.340.2600.47
HSL225.65º20.72%43.53%-
HSV(B)225.65º34.33%52.55%-
XYZ12.7912.7224.34-
YUV99.7147.36119.65-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.41%
GREEN value IS 99 (39.06% from 255) = 30.84%
BLUE value IS 134 (52.73% from 255) = 41.74%
R=27.41%
G=30.84%
B=41.74%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal88991340.340.2600.47225.6520.7243.53
Hex586386221A02Fe2152c
Octal13014320642320573422554
Binary10110001100011100001101000101101001011111110001010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586386; }

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

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

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

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

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

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

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

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