Html Css Color HEX #586994 Waikawa Grey

📋 copy color: '#586994'

red 88 ◦ green 105 ◦ blue 148

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

Shades of Waikawa Grey #586994

Tints of Waikawa Grey #586994

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.79%

 BLUE value IS 148 (58.2% from 255) = 43.4%

R = 25.81%
G = 30.79%
B = 43.4%

CMYK

 C value IS 0.41

 M value IS 0.29

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#586994 (or 0x586994) is known color: Waikawa Grey. HEX triplet: 58, 69 and 94. RGB value is (88,105,148). Sum of RGB (Red+Green+Blue) = 88+105+148=341 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.81% from 341); Green value is 105 (41.41% from 255 or 30.79% from 341); Blue value is 148 (58.20% from 255 or 43.40% from 341); Max value from RGB is 148 - color contains mainly: blue. Hex color #586994 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586994 is #A7966B. Grayscale: #686868. Windows color (decimal): -10983020 or 9726296. OLE color: 9726296.

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

Color convert

RGB 88 105 148 -
CMYK 0.41 0.29 0 0.42
HSL 223º 0.25% 0.46% -
HSV(B) 223º 0.41% 0.58% -
XYZ 14.42 14.32 30.02 -
YUV 104.82 152.37 116 -
System Red Green Blue C M Y K H S L
Decimal 88 105 148 0.41 0.29 0 0.42 223 0.25 0.46
Hex 58 69 94 29 1D 0 2A DF 19 2E
Octal 130 151 224 51 35 0 52 337 31 56
Binary 1011000 1101001 10010100 101001 11101 0 101010 11011111 11001 101110

Color Harmonies of #586994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586994

Black with #586994

Text Example


Text Example

White with #586994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586994; }

 p { color: rgb(88,105,148); }

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

background-color css

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

 a { background-color: rgb(88,105,148); }

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

border-color css

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

 span { border-color: rgb(88,105,148); }

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