Html Css Color HEX #586791 Waikawa Grey

📋 copy color: '#586791'

red 88 ◦ green 103 ◦ blue 145

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

Shades of Waikawa Grey #586791

Tints of Waikawa Grey #586791

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 43.15%

R = 26.19%
G = 30.65%
B = 43.15%

CMYK

 C value IS 0.39

 M value IS 0.29

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#586791 (or 0x586791) is known color: Waikawa Grey. HEX triplet: 58, 67 and 91. RGB value is (88,103,145). Sum of RGB (Red+Green+Blue) = 88+103+145=336 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.19% from 336); Green value is 103 (40.62% from 255 or 30.65% from 336); Blue value is 145 (57.03% from 255 or 43.15% from 336); Max value from RGB is 145 - color contains mainly: blue. Hex color #586791 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586791 is #A7986E. Grayscale: #676767. Windows color (decimal): -10983535 or 9529176. OLE color: 9529176.

HSL color Cylindrical-coordinate representation of color #586791: hue angle of 224.21º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #586791 is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 88 103 145 -
CMYK 0.39 0.29 0 0.43
HSL 224.21º 0.24% 0.46% -
HSV(B) 224.21º 0.39% 0.57% -
XYZ 13.99 13.82 28.72 -
YUV 103.3 151.53 117.08 -
System Red Green Blue C M Y K H S L
Decimal 88 103 145 0.39 0.29 0 0.43 224.21 0.24 0.46
Hex 58 67 91 27 1D 0 2B E0 18 2E
Octal 130 147 221 47 35 0 53 340 30 56
Binary 1011000 1100111 10010001 100111 11101 0 101011 11100000 11000 101110

Color Harmonies of #586791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586791

Black with #586791

Text Example


Text Example

White with #586791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586791; }

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

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

background-color css

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

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

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

border-color css

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

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

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