Html Css Color HEX #586495 Waikawa Grey

📋 copy color: '#586495'

red 88 ◦ green 100 ◦ blue 149

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

Shades of Waikawa Grey #586495

Tints of Waikawa Grey #586495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 44.21%

R = 26.11%
G = 29.67%
B = 44.21%

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

#586495 (or 0x586495) is known color: Waikawa Grey. HEX triplet: 58, 64 and 95. RGB value is (88,100,149). Sum of RGB (Red+Green+Blue) = 88+100+149=337 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.11% from 337); Green value is 100 (39.45% from 255 or 29.67% from 337); Blue value is 149 (58.59% from 255 or 44.21% from 337); Max value from RGB is 149 - color contains mainly: blue. Hex color #586495 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586495 is #A79B6A. Grayscale: #656565. Windows color (decimal): -10984299 or 9790552. OLE color: 9790552.

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

Color convert

RGB 88 100 149 -
CMYK 0.41 0.33 0 0.42
HSL 228.2º 0.26% 0.46% -
HSV(B) 228.2º 0.41% 0.58% -
XYZ 14.01 13.36 30.27 -
YUV 102 154.52 118.02 -
System Red Green Blue C M Y K H S L
Decimal 88 100 149 0.41 0.33 0 0.42 228.2 0.26 0.46
Hex 58 64 95 29 21 0 2A E4 1A 2E
Octal 130 144 225 51 41 0 52 344 32 56
Binary 1011000 1100100 10010101 101001 100001 0 101010 11100100 11010 101110

Color Harmonies of #586495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586495

Black with #586495

Text Example


Text Example

White with #586495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586495; }

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

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

background-color css

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

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

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

border-color css

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

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

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