Html Css Color HEX #586289 Waikawa Grey

📋 copy color: '#586289'

red 88 ◦ green 98 ◦ blue 137

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

Shades of Waikawa Grey #586289

Tints of Waikawa Grey #586289

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.34%

 BLUE value IS 137 (53.91% from 255) = 42.41%

R = 27.24%
G = 30.34%
B = 42.41%

CMYK

 C value IS 0.36

 M value IS 0.28

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#586289 (or 0x586289) is known color: Waikawa Grey. HEX triplet: 58, 62 and 89. RGB value is (88,98,137). Sum of RGB (Red+Green+Blue) = 88+98+137=323 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.24% from 323); Green value is 98 (38.67% from 255 or 30.34% from 323); Blue value is 137 (53.91% from 255 or 42.41% from 323); Max value from RGB is 137 - color contains mainly: blue. Hex color #586289 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586289 is #A79D76. Grayscale: #636363. Windows color (decimal): -10984823 or 9003608. OLE color: 9003608.

HSL color Cylindrical-coordinate representation of color #586289: hue angle of 227.76º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #586289 is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 88 98 137 -
CMYK 0.36 0.28 0 0.46
HSL 227.76º 0.22% 0.44% -
HSV(B) 227.76º 0.36% 0.54% -
XYZ 12.91 12.62 25.42 -
YUV 99.46 149.19 119.83 -
System Red Green Blue C M Y K H S L
Decimal 88 98 137 0.36 0.28 0 0.46 227.76 0.22 0.44
Hex 58 62 89 24 1C 0 2E E4 16 2C
Octal 130 142 211 44 34 0 56 344 26 54
Binary 1011000 1100010 10001001 100100 11100 0 101110 11100100 10110 101100

Color Harmonies of #586289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586289

Black with #586289

Text Example


Text Example

White with #586289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586289; }

 p { color: rgb(88,98,137); }

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

background-color css

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

 a { background-color: rgb(88,98,137); }

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

border-color css

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

 span { border-color: rgb(88,98,137); }

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