Html Css Color HEX #586394 Waikawa Grey

📋 copy color: '#586394'

red 88 ◦ green 99 ◦ blue 148

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

Shades of Waikawa Grey #586394

Tints of Waikawa Grey #586394

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.55%

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

R = 26.27%
G = 29.55%
B = 44.18%

CMYK

 C value IS 0.41

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#586394 (or 0x586394) is known color: Waikawa Grey. HEX triplet: 58, 63 and 94. RGB value is (88,99,148). Sum of RGB (Red+Green+Blue) = 88+99+148=335 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.27% from 335); Green value is 99 (39.06% from 255 or 29.55% from 335); Blue value is 148 (58.20% from 255 or 44.18% from 335); Max value from RGB is 148 - color contains mainly: blue. Hex color #586394 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586394 is #A79C6B. Grayscale: #656565. Windows color (decimal): -10984556 or 9724760. OLE color: 9724760.

HSL color Cylindrical-coordinate representation of color #586394: hue angle of 229º 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 #586394 is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 88 99 148 -
CMYK 0.41 0.33 0 0.42
HSL 229º 0.25% 0.46% -
HSV(B) 229º 0.41% 0.58% -
XYZ 13.83 13.14 29.82 -
YUV 101.3 154.36 118.52 -
System Red Green Blue C M Y K H S L
Decimal 88 99 148 0.41 0.33 0 0.42 229 0.25 0.46
Hex 58 63 94 29 21 0 2A E5 19 2E
Octal 130 143 224 51 41 0 52 345 31 56
Binary 1011000 1100011 10010100 101001 100001 0 101010 11100101 11001 101110

Color Harmonies of #586394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586394

Black with #586394

Text Example


Text Example

White with #586394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586394; }

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

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

background-color css

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

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

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

border-color css

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

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

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