Html Css Color HEX #586390 Waikawa Grey

📋 copy color: '#586390'

red 88 ◦ green 99 ◦ blue 144

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

Shades of Waikawa Grey #586390

Tints of Waikawa Grey #586390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 43.5%

R = 26.59%
G = 29.91%
B = 43.5%

CMYK

 C value IS 0.39

 M value IS 0.31

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#586390 (or 0x586390) is known color: Waikawa Grey. HEX triplet: 58, 63 and 90. RGB value is (88,99,144). Sum of RGB (Red+Green+Blue) = 88+99+144=331 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.59% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 144 (56.64% from 255 or 43.50% from 331); Max value from RGB is 144 - color contains mainly: blue. Hex color #586390 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586390 is #A79C6F. Grayscale: #646464. Windows color (decimal): -10984560 or 9462616. OLE color: 9462616.

HSL color Cylindrical-coordinate representation of color #586390: hue angle of 228.21º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #586390 is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 88 99 144 -
CMYK 0.39 0.31 0 0.44
HSL 228.21º 0.24% 0.45% -
HSV(B) 228.21º 0.39% 0.56% -
XYZ 13.52 13.01 28.18 -
YUV 100.84 152.36 118.84 -
System Red Green Blue C M Y K H S L
Decimal 88 99 144 0.39 0.31 0 0.44 228.21 0.24 0.45
Hex 58 63 90 27 1F 0 2C E4 18 2D
Octal 130 143 220 47 37 0 54 344 30 55
Binary 1011000 1100011 10010000 100111 11111 0 101100 11100100 11000 101101

Color Harmonies of #586390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586390

Black with #586390

Text Example


Text Example

White with #586390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586390; }

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

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

background-color css

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

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

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

border-color css

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

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

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