Html Css Color HEX #586A93 Waikawa Grey

📋 copy color: '#586A93'

red 88 ◦ green 106 ◦ blue 147

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

Shades of Waikawa Grey #586A93

Tints of Waikawa Grey #586A93

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.09%

 BLUE value IS 147 (57.81% from 255) = 43.11%

R = 25.81%
G = 31.09%
B = 43.11%

CMYK

 C value IS 0.40

 M value IS 0.28

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#586A93 (or 0x586A93) is known color: Waikawa Grey. HEX triplet: 58, 6A and 93. RGB value is (88,106,147). Sum of RGB (Red+Green+Blue) = 88+106+147=341 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.81% from 341); Green value is 106 (41.80% from 255 or 31.09% from 341); Blue value is 147 (57.81% from 255 or 43.11% from 341); Max value from RGB is 147 - color contains mainly: blue. Hex color #586A93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586A93 is #A7956C. Grayscale: #696969. Windows color (decimal): -10982765 or 9661016. OLE color: 9661016.

HSL color Cylindrical-coordinate representation of color #586A93: hue angle of 221.69º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #586A93 is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 88 106 147 -
CMYK 0.40 0.28 0 0.42
HSL 221.69º 0.25% 0.46% -
HSV(B) 221.69º 0.4% 0.58% -
XYZ 14.45 14.49 29.64 -
YUV 105.29 151.54 115.67 -
System Red Green Blue C M Y K H S L
Decimal 88 106 147 0.40 0.28 0 0.42 221.69 0.25 0.46
Hex 58 6A 93 28 1C 0 2A DE 19 2E
Octal 130 152 223 50 34 0 52 336 31 56
Binary 1011000 1101010 10010011 101000 11100 0 101010 11011110 11001 101110

Color Harmonies of #586A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586A93

Black with #586A93

Text Example


Text Example

White with #586A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586A93; }

 p { color: rgb(88,106,147); }

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

background-color css

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

 a { background-color: rgb(88,106,147); }

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

border-color css

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

 span { border-color: rgb(88,106,147); }

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