Html Css Color HEX #586099 Governor Bay

📋 copy color: '#586099'

red 88 ◦ green 96 ◦ blue 153

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

Shades of Governor Bay #586099

Tints of Governor Bay #586099

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.49%

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

R = 26.11%
G = 28.49%
B = 45.4%

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

#586099 (or 0x586099) is known color: Governor Bay. HEX triplet: 58, 60 and 99. RGB value is (88,96,153). Sum of RGB (Red+Green+Blue) = 88+96+153=337 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.11% from 337); Green value is 96 (37.89% from 255 or 28.49% from 337); Blue value is 153 (60.16% from 255 or 45.40% from 337); Max value from RGB is 153 - color contains mainly: blue. Hex color #586099 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586099 is #A79F66. Grayscale: #636363. Windows color (decimal): -10985319 or 10051672. OLE color: 10051672.

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

Color convert

RGB 88 96 153 -
CMYK 0.42 0.37 0 0.4
HSL 232.62º 0.27% 0.47% -
HSV(B) 232.62º 0.42% 0.6% -
XYZ 13.96 12.74 31.86 -
YUV 100.11 157.85 119.37 -
System Red Green Blue C M Y K H S L
Decimal 88 96 153 0.42 0.37 0 0.4 232.62 0.27 0.47
Hex 58 60 99 2A 25 0 28 E9 1B 2F
Octal 130 140 231 52 45 0 50 351 33 57
Binary 1011000 1100000 10011001 101010 100101 0 101000 11101001 11011 101111

Color Harmonies of #586099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586099

Black with #586099

Text Example


Text Example

White with #586099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586099; }

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

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

background-color css

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

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

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

border-color css

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

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

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