Html Css Color HEX #586599 Waikawa Grey

📋 copy color: '#586599'

red 88 ◦ green 101 ◦ blue 153

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

Shades of Waikawa Grey #586599

Tints of Waikawa Grey #586599

RGB

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

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

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

R = 25.73%
G = 29.53%
B = 44.74%

CMYK

 C value IS 0.42

 M value IS 0.34

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#586599 (or 0x586599) is known color: Waikawa Grey. HEX triplet: 58, 65 and 99. RGB value is (88,101,153). Sum of RGB (Red+Green+Blue) = 88+101+153=342 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.73% from 342); Green value is 101 (39.84% from 255 or 29.53% from 342); Blue value is 153 (60.16% from 255 or 44.74% from 342); Max value from RGB is 153 - color contains mainly: blue. Hex color #586599 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586599 is #A79A66. Grayscale: #666666. Windows color (decimal): -10984039 or 10052952. OLE color: 10052952.

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

Color convert

RGB 88 101 153 -
CMYK 0.42 0.34 0 0.4
HSL 228º 0.27% 0.47% -
HSV(B) 228º 0.42% 0.6% -
XYZ 14.43 13.68 32.02 -
YUV 103.04 156.19 117.27 -
System Red Green Blue C M Y K H S L
Decimal 88 101 153 0.42 0.34 0 0.4 228 0.27 0.47
Hex 58 65 99 2A 22 0 28 E4 1B 2F
Octal 130 145 231 52 42 0 50 344 33 57
Binary 1011000 1100101 10011001 101010 100010 0 101000 11100100 11011 101111

Color Harmonies of #586599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586599

Black with #586599

Text Example


Text Example

White with #586599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586599; }

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

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

background-color css

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

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

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

border-color css

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

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

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