Html Css Color HEX #586392 Waikawa Grey

📋 copy color: '#586392'

red 88 ◦ green 99 ◦ blue 146

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

Shades of Waikawa Grey #586392

Tints of Waikawa Grey #586392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 43.84%

R = 26.43%
G = 29.73%
B = 43.84%

CMYK

 C value IS 0.40

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#586392 (or 0x586392) is known color: Waikawa Grey. HEX triplet: 58, 63 and 92. RGB value is (88,99,146). Sum of RGB (Red+Green+Blue) = 88+99+146=333 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.43% from 333); Green value is 99 (39.06% from 255 or 29.73% from 333); Blue value is 146 (57.42% from 255 or 43.84% from 333); Max value from RGB is 146 - color contains mainly: blue. Hex color #586392 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586392 is #A79C6D. Grayscale: #646464. Windows color (decimal): -10984558 or 9593688. OLE color: 9593688.

HSL color Cylindrical-coordinate representation of color #586392: hue angle of 228.62º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #586392 is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 88 99 146 -
CMYK 0.40 0.32 0 0.43
HSL 228.62º 0.25% 0.46% -
HSV(B) 228.62º 0.4% 0.57% -
XYZ 13.67 13.07 29 -
YUV 101.07 153.36 118.68 -
System Red Green Blue C M Y K H S L
Decimal 88 99 146 0.40 0.32 0 0.43 228.62 0.25 0.46
Hex 58 63 92 28 20 0 2B E5 19 2E
Octal 130 143 222 50 40 0 53 345 31 56
Binary 1011000 1100011 10010010 101000 100000 0 101011 11100101 11001 101110

Color Harmonies of #586392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586392

Black with #586392

Text Example


Text Example

White with #586392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586392; }

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

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

background-color css

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

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

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

border-color css

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

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

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