Html Css Color HEX #586595 Waikawa Grey

📋 copy color: '#586595'

red 88 ◦ green 101 ◦ blue 149

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

Shades of Waikawa Grey #586595

Tints of Waikawa Grey #586595

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.88%

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

R = 26.04%
G = 29.88%
B = 44.08%

CMYK

 C value IS 0.41

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#586595 (or 0x586595) is known color: Waikawa Grey. HEX triplet: 58, 65 and 95. RGB value is (88,101,149). Sum of RGB (Red+Green+Blue) = 88+101+149=338 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.04% from 338); Green value is 101 (39.84% from 255 or 29.88% from 338); Blue value is 149 (58.59% from 255 or 44.08% from 338); Max value from RGB is 149 - color contains mainly: blue. Hex color #586595 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586595 is #A79A6A. Grayscale: #666666. Windows color (decimal): -10984043 or 9790808. OLE color: 9790808.

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

Color convert

RGB 88 101 149 -
CMYK 0.41 0.32 0 0.42
HSL 227.21º 0.26% 0.46% -
HSV(B) 227.21º 0.41% 0.58% -
XYZ 14.1 13.55 30.31 -
YUV 102.59 154.19 117.6 -
System Red Green Blue C M Y K H S L
Decimal 88 101 149 0.41 0.32 0 0.42 227.21 0.26 0.46
Hex 58 65 95 29 20 0 2A E3 1A 2E
Octal 130 145 225 51 40 0 52 343 32 56
Binary 1011000 1100101 10010101 101001 100000 0 101010 11100011 11010 101110

Color Harmonies of #586595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586595

Black with #586595

Text Example


Text Example

White with #586595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586595; }

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

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

background-color css

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

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

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

border-color css

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

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

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