Html Css Color HEX #586C95 Waikawa Grey

📋 copy color: '#586C95'

red 88 ◦ green 108 ◦ blue 149

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

Shades of Waikawa Grey #586C95

Tints of Waikawa Grey #586C95

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.3%

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

R = 25.51%
G = 31.3%
B = 43.19%

CMYK

 C value IS 0.41

 M value IS 0.28

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#586C95 (or 0x586C95) is known color: Waikawa Grey. HEX triplet: 58, 6C and 95. RGB value is (88,108,149). Sum of RGB (Red+Green+Blue) = 88+108+149=345 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.51% from 345); Green value is 108 (42.58% from 255 or 31.30% from 345); Blue value is 149 (58.59% from 255 or 43.19% from 345); Max value from RGB is 149 - color contains mainly: blue. Hex color #586C95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586C95 is #A7936A. Grayscale: #6A6A6A. Windows color (decimal): -10982251 or 9792600. OLE color: 9792600.

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

Color convert

RGB 88 108 149 -
CMYK 0.41 0.28 0 0.42
HSL 220.33º 0.26% 0.46% -
HSV(B) 220.33º 0.41% 0.58% -
XYZ 14.81 14.97 30.54 -
YUV 106.69 151.87 114.67 -
System Red Green Blue C M Y K H S L
Decimal 88 108 149 0.41 0.28 0 0.42 220.33 0.26 0.46
Hex 58 6C 95 29 1C 0 2A DC 1A 2E
Octal 130 154 225 51 34 0 52 334 32 56
Binary 1011000 1101100 10010101 101001 11100 0 101010 11011100 11010 101110

Color Harmonies of #586C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586C95

Black with #586C95

Text Example


Text Example

White with #586C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586C95; }

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

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

background-color css

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

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

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

border-color css

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

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

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