Html Css Color HEX #586993 Waikawa Grey

📋 copy color: '#586993'

red 88 ◦ green 105 ◦ blue 147

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

Shades of Waikawa Grey #586993

Tints of Waikawa Grey #586993

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.88%

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

R = 25.88%
G = 30.88%
B = 43.24%

CMYK

 C value IS 0.40

 M value IS 0.29

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#586993 (or 0x586993) is known color: Waikawa Grey. HEX triplet: 58, 69 and 93. RGB value is (88,105,147). Sum of RGB (Red+Green+Blue) = 88+105+147=340 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.88% from 340); Green value is 105 (41.41% from 255 or 30.88% from 340); Blue value is 147 (57.81% from 255 or 43.24% from 340); Max value from RGB is 147 - color contains mainly: blue. Hex color #586993 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586993 is #A7966C. Grayscale: #686868. Windows color (decimal): -10983021 or 9660760. OLE color: 9660760.

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

Color convert

RGB 88 105 147 -
CMYK 0.40 0.29 0 0.42
HSL 222.71º 0.25% 0.46% -
HSV(B) 222.71º 0.4% 0.58% -
XYZ 14.34 14.28 29.61 -
YUV 104.71 151.87 116.08 -
System Red Green Blue C M Y K H S L
Decimal 88 105 147 0.40 0.29 0 0.42 222.71 0.25 0.46
Hex 58 69 93 28 1D 0 2A DF 19 2E
Octal 130 151 223 50 35 0 52 337 31 56
Binary 1011000 1101001 10010011 101000 11101 0 101010 11011111 11001 101110

Color Harmonies of #586993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586993

Black with #586993

Text Example


Text Example

White with #586993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586993; }

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

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

background-color css

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

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

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

border-color css

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

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

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