Html Css Color HEX #586F93 Waikawa Grey

📋 copy color: '#586F93'

red 88 ◦ green 111 ◦ blue 147

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

Shades of Waikawa Grey #586F93

Tints of Waikawa Grey #586F93

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.08%

 BLUE value IS 147 (57.81% from 255) = 42.49%

R = 25.43%
G = 32.08%
B = 42.49%

CMYK

 C value IS 0.40

 M value IS 0.24

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#586F93 (or 0x586F93) is known color: Waikawa Grey. HEX triplet: 58, 6F and 93. RGB value is (88,111,147). Sum of RGB (Red+Green+Blue) = 88+111+147=346 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.43% from 346); Green value is 111 (43.75% from 255 or 32.08% from 346); Blue value is 147 (57.81% from 255 or 42.49% from 346); Max value from RGB is 147 - color contains mainly: blue. Hex color #586F93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586F93 is #A7906C. Grayscale: #6C6C6C. Windows color (decimal): -10981485 or 9662296. OLE color: 9662296.

HSL color Cylindrical-coordinate representation of color #586F93: hue angle of 216.61º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #586F93 is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 88 111 147 -
CMYK 0.40 0.24 0 0.42
HSL 216.61º 0.25% 0.46% -
HSV(B) 216.61º 0.4% 0.58% -
XYZ 14.98 15.55 29.82 -
YUV 108.23 149.88 113.57 -
System Red Green Blue C M Y K H S L
Decimal 88 111 147 0.40 0.24 0 0.42 216.61 0.25 0.46
Hex 58 6F 93 28 18 0 2A D9 19 2E
Octal 130 157 223 50 30 0 52 331 31 56
Binary 1011000 1101111 10010011 101000 11000 0 101010 11011001 11001 101110

Color Harmonies of #586F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586F93

Black with #586F93

Text Example


Text Example

White with #586F93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,111,147); }

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

background-color css

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

 a { background-color: rgb(88,111,147); }

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

border-color css

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

 span { border-color: rgb(88,111,147); }

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