Html Css Color HEX #586490 Waikawa Grey

📋 copy color: '#586490'

red 88 ◦ green 100 ◦ blue 144

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

Shades of Waikawa Grey #586490

Tints of Waikawa Grey #586490

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.12%

 BLUE value IS 144 (56.64% from 255) = 43.37%

R = 26.51%
G = 30.12%
B = 43.37%

CMYK

 C value IS 0.39

 M value IS 0.31

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#586490 (or 0x586490) is known color: Waikawa Grey. HEX triplet: 58, 64 and 90. RGB value is (88,100,144). Sum of RGB (Red+Green+Blue) = 88+100+144=332 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.51% from 332); Green value is 100 (39.45% from 255 or 30.12% from 332); Blue value is 144 (56.64% from 255 or 43.37% from 332); Max value from RGB is 144 - color contains mainly: blue. Hex color #586490 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586490 is #A79B6F. Grayscale: #656565. Windows color (decimal): -10984304 or 9462872. OLE color: 9462872.

HSL color Cylindrical-coordinate representation of color #586490: hue angle of 227.14º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #586490 is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 88 100 144 -
CMYK 0.39 0.31 0 0.44
HSL 227.14º 0.24% 0.45% -
HSV(B) 227.14º 0.39% 0.56% -
XYZ 13.62 13.2 28.22 -
YUV 101.43 152.02 118.42 -
System Red Green Blue C M Y K H S L
Decimal 88 100 144 0.39 0.31 0 0.44 227.14 0.24 0.45
Hex 58 64 90 27 1F 0 2C E3 18 2D
Octal 130 144 220 47 37 0 54 343 30 55
Binary 1011000 1100100 10010000 100111 11111 0 101100 11100011 11000 101101

Color Harmonies of #586490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586490

Black with #586490

Text Example


Text Example

White with #586490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586490; }

 p { color: rgb(88,100,144); }

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

background-color css

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

 a { background-color: rgb(88,100,144); }

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

border-color css

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

 span { border-color: rgb(88,100,144); }

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