Html Css Color HEX #586790 Waikawa Grey

📋 copy color: '#586790'

red 88 ◦ green 103 ◦ blue 144

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

Shades of Waikawa Grey #586790

Tints of Waikawa Grey #586790

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.75%

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

R = 26.27%
G = 30.75%
B = 42.99%

CMYK

 C value IS 0.39

 M value IS 0.28

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#586790 (or 0x586790) is known color: Waikawa Grey. HEX triplet: 58, 67 and 90. RGB value is (88,103,144). Sum of RGB (Red+Green+Blue) = 88+103+144=335 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.27% from 335); Green value is 103 (40.62% from 255 or 30.75% from 335); Blue value is 144 (56.64% from 255 or 42.99% from 335); Max value from RGB is 144 - color contains mainly: blue. Hex color #586790 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586790 is #A7986F. Grayscale: #676767. Windows color (decimal): -10983536 or 9463640. OLE color: 9463640.

HSL color Cylindrical-coordinate representation of color #586790: hue angle of 223.93º 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 #586790 is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 88 103 144 -
CMYK 0.39 0.28 0 0.44
HSL 223.93º 0.24% 0.45% -
HSV(B) 223.93º 0.39% 0.56% -
XYZ 13.91 13.79 28.31 -
YUV 103.19 151.03 117.17 -
System Red Green Blue C M Y K H S L
Decimal 88 103 144 0.39 0.28 0 0.44 223.93 0.24 0.45
Hex 58 67 90 27 1C 0 2C E0 18 2D
Octal 130 147 220 47 34 0 54 340 30 55
Binary 1011000 1100111 10010000 100111 11100 0 101100 11100000 11000 101101

Color Harmonies of #586790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586790

Black with #586790

Text Example


Text Example

White with #586790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586790; }

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

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

background-color css

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

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

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

border-color css

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

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

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