Html Css Color HEX #586999 Waikawa Grey

📋 copy color: '#586999'

red 88 ◦ green 105 ◦ blue 153

#586999
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Waikawa Grey #586999

Tints of Waikawa Grey #586999

RGB

 RED value IS 88 (34.77% from 255) = 25.43%

 GREEN value IS 105 (41.41% from 255) = 30.35%

 BLUE value IS 153 (60.16% from 255) = 44.22%

R = 25.43%
G = 30.35%
B = 44.22%

CMYK

 C value IS 0.42

 M value IS 0.31

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#586999 (or 0x586999) is known color: Waikawa Grey. HEX triplet: 58, 69 and 99. RGB value is (88,105,153). Sum of RGB (Red+Green+Blue) = 88+105+153=346 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.43% from 346); Green value is 105 (41.41% from 255 or 30.35% from 346); Blue value is 153 (60.16% from 255 or 44.22% from 346); Max value from RGB is 153 - color contains mainly: blue. Hex color #586999 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586999 is #A79666. Grayscale: #696969. Windows color (decimal): -10983015 or 10053976. OLE color: 10053976.

HSL color Cylindrical-coordinate representation of color #586999: hue angle of 224.31º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #586999 is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 88 105 153 -
CMYK 0.42 0.31 0 0.4
HSL 224.31º 0.27% 0.47% -
HSV(B) 224.31º 0.42% 0.6% -
XYZ 14.83 14.48 32.15 -
YUV 105.39 154.87 115.6 -
System Red Green Blue C M Y K H S L
Decimal 88 105 153 0.42 0.31 0 0.4 224.31 0.27 0.47
Hex 58 69 99 2A 1F 0 28 E0 1B 2F
Octal 130 151 231 52 37 0 50 340 33 57
Binary 1011000 1101001 10011001 101010 11111 0 101000 11100000 11011 101111

Color Harmonies of #586999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586999

Black with #586999

Text Example


Text Example

White with #586999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586999; }

 p { color: rgb(88,105,153); }

 H1.HeaderClassName
 {
   color: #586999;
 }
 .AnyTagClassName
 {
   color: #586999;
 }
</style>

background-color css

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

 a { background-color: rgb(88,105,153); }

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

border-color css

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

 span { border-color: rgb(88,105,153); }

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