Html Css Color HEX #586992 Waikawa Grey

📋 copy color: '#586992'

red 88 ◦ green 105 ◦ blue 146

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

Shades of Waikawa Grey #586992

Tints of Waikawa Grey #586992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 43.07%

R = 25.96%
G = 30.97%
B = 43.07%

CMYK

 C value IS 0.40

 M value IS 0.28

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#586992 (or 0x586992) is known color: Waikawa Grey. HEX triplet: 58, 69 and 92. RGB value is (88,105,146). Sum of RGB (Red+Green+Blue) = 88+105+146=339 (44% of max value = 765). Red value is 88 (34.77% from 255 or 25.96% from 339); Green value is 105 (41.41% from 255 or 30.97% from 339); Blue value is 146 (57.42% from 255 or 43.07% from 339); Max value from RGB is 146 - color contains mainly: blue. Hex color #586992 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586992 is #A7966D. Grayscale: #686868. Windows color (decimal): -10983022 or 9595224. OLE color: 9595224.

HSL color Cylindrical-coordinate representation of color #586992: hue angle of 222.41º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #586992 is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 88 105 146 -
CMYK 0.40 0.28 0 0.43
HSL 222.41º 0.25% 0.46% -
HSV(B) 222.41º 0.4% 0.57% -
XYZ 14.26 14.25 29.19 -
YUV 104.59 151.37 116.17 -
System Red Green Blue C M Y K H S L
Decimal 88 105 146 0.40 0.28 0 0.43 222.41 0.25 0.46
Hex 58 69 92 28 1C 0 2B DE 19 2E
Octal 130 151 222 50 34 0 53 336 31 56
Binary 1011000 1101001 10010010 101000 11100 0 101011 11011110 11001 101110

Color Harmonies of #586992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586992

Black with #586992

Text Example


Text Example

White with #586992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586992; }

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

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

background-color css

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

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

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

border-color css

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

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

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