Html Css Color HEX #586995 Waikawa Grey

📋 copy color: '#586995'

red 88 ◦ green 105 ◦ blue 149

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

Shades of Waikawa Grey #586995

Tints of Waikawa Grey #586995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 43.57%

R = 25.73%
G = 30.7%
B = 43.57%

CMYK

 C value IS 0.41

 M value IS 0.30

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#586995 (or 0x586995) is known color: Waikawa Grey. HEX triplet: 58, 69 and 95. RGB value is (88,105,149). Sum of RGB (Red+Green+Blue) = 88+105+149=342 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.73% from 342); Green value is 105 (41.41% from 255 or 30.70% from 342); Blue value is 149 (58.59% from 255 or 43.57% from 342); Max value from RGB is 149 - color contains mainly: blue. Hex color #586995 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586995 is #A7966A. Grayscale: #686868. Windows color (decimal): -10983019 or 9791832. OLE color: 9791832.

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

Color convert

RGB 88 105 149 -
CMYK 0.41 0.30 0 0.42
HSL 223.28º 0.26% 0.46% -
HSV(B) 223.28º 0.41% 0.58% -
XYZ 14.5 14.35 30.44 -
YUV 104.93 152.87 115.92 -
System Red Green Blue C M Y K H S L
Decimal 88 105 149 0.41 0.30 0 0.42 223.28 0.26 0.46
Hex 58 69 95 29 1E 0 2A DF 1A 2E
Octal 130 151 225 51 36 0 52 337 32 56
Binary 1011000 1101001 10010101 101001 11110 0 101010 11011111 11010 101110

Color Harmonies of #586995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586995

Black with #586995

Text Example


Text Example

White with #586995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586995; }

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

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

background-color css

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

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

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

border-color css

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

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

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