Html Css Color HEX #586492 Waikawa Grey

📋 copy color: '#586492'

red 88 ◦ green 100 ◦ blue 146

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

Shades of Waikawa Grey #586492

Tints of Waikawa Grey #586492

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.94%

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

R = 26.35%
G = 29.94%
B = 43.71%

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

#586492 (or 0x586492) is known color: Waikawa Grey. HEX triplet: 58, 64 and 92. RGB value is (88,100,146). Sum of RGB (Red+Green+Blue) = 88+100+146=334 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.35% from 334); Green value is 100 (39.45% from 255 or 29.94% from 334); Blue value is 146 (57.42% from 255 or 43.71% from 334); Max value from RGB is 146 - color contains mainly: blue. Hex color #586492 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586492 is #A79B6D. Grayscale: #656565. Windows color (decimal): -10984302 or 9593944. OLE color: 9593944.

HSL color Cylindrical-coordinate representation of color #586492: hue angle of 227.59º 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 #586492 is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 88 100 146 -
CMYK 0.40 0.32 0 0.43
HSL 227.59º 0.25% 0.46% -
HSV(B) 227.59º 0.4% 0.57% -
XYZ 13.77 13.26 29.03 -
YUV 101.66 153.02 118.26 -
System Red Green Blue C M Y K H S L
Decimal 88 100 146 0.40 0.32 0 0.43 227.59 0.25 0.46
Hex 58 64 92 28 20 0 2B E4 19 2E
Octal 130 144 222 50 40 0 53 344 31 56
Binary 1011000 1100100 10010010 101000 100000 0 101011 11100100 11001 101110

Color Harmonies of #586492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586492

Black with #586492

Text Example


Text Example

White with #586492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586492; }

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

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

background-color css

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

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

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

border-color css

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

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

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