Html Css Color HEX #586F99 Waikawa Grey

📋 copy color: '#586F99'

red 88 ◦ green 111 ◦ blue 153

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

Shades of Waikawa Grey #586F99

Tints of Waikawa Grey #586F99

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.53%

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

R = 25%
G = 31.53%
B = 43.47%

CMYK

 C value IS 0.42

 M value IS 0.27

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#586F99 (or 0x586F99) is known color: Waikawa Grey. HEX triplet: 58, 6F and 99. RGB value is (88,111,153). Sum of RGB (Red+Green+Blue) = 88+111+153=352 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25% from 352); Green value is 111 (43.75% from 255 or 31.53% from 352); Blue value is 153 (60.16% from 255 or 43.47% from 352); Max value from RGB is 153 - color contains mainly: blue. Hex color #586F99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586F99 is #A79066. Grayscale: #6C6C6C. Windows color (decimal): -10981479 or 10055512. OLE color: 10055512.

HSL color Cylindrical-coordinate representation of color #586F99: hue angle of 218.77º 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 #586F99 is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 88 111 153 -
CMYK 0.42 0.27 0 0.4
HSL 218.77º 0.27% 0.47% -
HSV(B) 218.77º 0.42% 0.6% -
XYZ 15.46 15.74 32.36 -
YUV 108.91 152.88 113.08 -
System Red Green Blue C M Y K H S L
Decimal 88 111 153 0.42 0.27 0 0.4 218.77 0.27 0.47
Hex 58 6F 99 2A 1B 0 28 DB 1B 2F
Octal 130 157 231 52 33 0 50 333 33 57
Binary 1011000 1101111 10011001 101010 11011 0 101000 11011011 11011 101111

Color Harmonies of #586F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586F99

Black with #586F99

Text Example


Text Example

White with #586F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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