Html Css Color HEX #586199 Governor Bay

📋 copy color: '#586199'

red 88 ◦ green 97 ◦ blue 153

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

Shades of Governor Bay #586199

Tints of Governor Bay #586199

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.7%

 BLUE value IS 153 (60.16% from 255) = 45.27%

R = 26.04%
G = 28.7%
B = 45.27%

CMYK

 C value IS 0.42

 M value IS 0.37

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#586199 (or 0x586199) is known color: Governor Bay. HEX triplet: 58, 61 and 99. RGB value is (88,97,153). Sum of RGB (Red+Green+Blue) = 88+97+153=338 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.04% from 338); Green value is 97 (38.28% from 255 or 28.70% from 338); Blue value is 153 (60.16% from 255 or 45.27% from 338); Max value from RGB is 153 - color contains mainly: blue. Hex color #586199 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586199 is #A79E66. Grayscale: #646464. Windows color (decimal): -10985063 or 10051928. OLE color: 10051928.

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

Color convert

RGB 88 97 153 -
CMYK 0.42 0.37 0 0.4
HSL 231.69º 0.27% 0.47% -
HSV(B) 231.69º 0.42% 0.6% -
XYZ 14.05 12.92 31.89 -
YUV 100.69 157.52 118.95 -
System Red Green Blue C M Y K H S L
Decimal 88 97 153 0.42 0.37 0 0.4 231.69 0.27 0.47
Hex 58 61 99 2A 25 0 28 E8 1B 2F
Octal 130 141 231 52 45 0 50 350 33 57
Binary 1011000 1100001 10011001 101010 100101 0 101000 11101000 11011 101111

Color Harmonies of #586199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586199

Black with #586199

Text Example


Text Example

White with #586199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586199; }

 p { color: rgb(88,97,153); }

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

background-color css

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

 a { background-color: rgb(88,97,153); }

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

border-color css

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

 span { border-color: rgb(88,97,153); }

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