Html Css Color HEX #586D94 Waikawa Grey

📋 copy color: '#586D94'

red 88 ◦ green 109 ◦ blue 148

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

Shades of Waikawa Grey #586D94

Tints of Waikawa Grey #586D94

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.59%

 BLUE value IS 148 (58.2% from 255) = 42.9%

R = 25.51%
G = 31.59%
B = 42.9%

CMYK

 C value IS 0.41

 M value IS 0.26

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#586D94 (or 0x586D94) is known color: Waikawa Grey. HEX triplet: 58, 6D and 94. RGB value is (88,109,148). Sum of RGB (Red+Green+Blue) = 88+109+148=345 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.51% from 345); Green value is 109 (42.97% from 255 or 31.59% from 345); Blue value is 148 (58.20% from 255 or 42.90% from 345); Max value from RGB is 148 - color contains mainly: blue. Hex color #586D94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586D94 is #A7926B. Grayscale: #6A6A6A. Windows color (decimal): -10981996 or 9727320. OLE color: 9727320.

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

Color convert

RGB 88 109 148 -
CMYK 0.41 0.26 0 0.42
HSL 219º 0.25% 0.46% -
HSV(B) 219º 0.41% 0.58% -
XYZ 14.84 15.15 30.16 -
YUV 107.17 151.04 114.33 -
System Red Green Blue C M Y K H S L
Decimal 88 109 148 0.41 0.26 0 0.42 219 0.25 0.46
Hex 58 6D 94 29 1A 0 2A DB 19 2E
Octal 130 155 224 51 32 0 52 333 31 56
Binary 1011000 1101101 10010100 101001 11010 0 101010 11011011 11001 101110

Color Harmonies of #586D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586D94

Black with #586D94

Text Example


Text Example

White with #586D94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,109,148); }

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

background-color css

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

 a { background-color: rgb(88,109,148); }

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

border-color css

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

 span { border-color: rgb(88,109,148); }

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