Html Css Color HEX #586998 Waikawa Grey

📋 copy color: '#586998'

red 88 ◦ green 105 ◦ blue 152

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

Shades of Waikawa Grey #586998

Tints of Waikawa Grey #586998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 44.06%

R = 25.51%
G = 30.43%
B = 44.06%

CMYK

 C value IS 0.42

 M value IS 0.31

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#586998 (or 0x586998) is known color: Waikawa Grey. HEX triplet: 58, 69 and 98. RGB value is (88,105,152). Sum of RGB (Red+Green+Blue) = 88+105+152=345 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.51% from 345); Green value is 105 (41.41% from 255 or 30.43% from 345); Blue value is 152 (59.77% from 255 or 44.06% from 345); Max value from RGB is 152 - color contains mainly: blue. Hex color #586998 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586998 is #A79667. Grayscale: #696969. Windows color (decimal): -10983016 or 9988440. OLE color: 9988440.

HSL color Cylindrical-coordinate representation of color #586998: hue angle of 224.06º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #586998 is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 88 105 152 -
CMYK 0.42 0.31 0 0.40
HSL 224.06º 0.27% 0.47% -
HSV(B) 224.06º 0.42% 0.6% -
XYZ 14.74 14.44 31.72 -
YUV 105.28 154.37 115.68 -
System Red Green Blue C M Y K H S L
Decimal 88 105 152 0.42 0.31 0 0.40 224.06 0.27 0.47
Hex 58 69 98 2A 1F 0 28 E0 1B 2F
Octal 130 151 230 52 37 0 50 340 33 57
Binary 1011000 1101001 10011000 101010 11111 0 101000 11100000 11011 101111

Color Harmonies of #586998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586998

Black with #586998

Text Example


Text Example

White with #586998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586998; }

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

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

background-color css

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

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

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

border-color css

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

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

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