Html Css Color HEX #586E96 Waikawa Grey

📋 copy color: '#586E96'

red 88 ◦ green 110 ◦ blue 150

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

Shades of Waikawa Grey #586E96

Tints of Waikawa Grey #586E96

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.61%

 BLUE value IS 150 (58.98% from 255) = 43.1%

R = 25.29%
G = 31.61%
B = 43.1%

CMYK

 C value IS 0.41

 M value IS 0.27

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#586E96 (or 0x586E96) is known color: Waikawa Grey. HEX triplet: 58, 6E and 96. RGB value is (88,110,150). Sum of RGB (Red+Green+Blue) = 88+110+150=348 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.29% from 348); Green value is 110 (43.36% from 255 or 31.61% from 348); Blue value is 150 (58.98% from 255 or 43.10% from 348); Max value from RGB is 150 - color contains mainly: blue. Hex color #586E96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586E96 is #A79169. Grayscale: #6B6B6B. Windows color (decimal): -10981738 or 9858648. OLE color: 9858648.

HSL color Cylindrical-coordinate representation of color #586E96: hue angle of 218.71º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #586E96 is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 88 110 150 -
CMYK 0.41 0.27 0 0.41
HSL 218.71º 0.26% 0.47% -
HSV(B) 218.71º 0.41% 0.59% -
XYZ 15.11 15.43 31.04 -
YUV 107.98 151.71 113.75 -
System Red Green Blue C M Y K H S L
Decimal 88 110 150 0.41 0.27 0 0.41 218.71 0.26 0.47
Hex 58 6E 96 29 1B 0 29 DB 1A 2F
Octal 130 156 226 51 33 0 51 333 32 57
Binary 1011000 1101110 10010110 101001 11011 0 101001 11011011 11010 101111

Color Harmonies of #586E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586E96

Black with #586E96

Text Example


Text Example

White with #586E96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,110,150); }

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

background-color css

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

 a { background-color: rgb(88,110,150); }

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

border-color css

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

 span { border-color: rgb(88,110,150); }

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