Html Css Color HEX #586091 Governor Bay

📋 copy color: '#586091'

red 88 ◦ green 96 ◦ blue 145

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

Shades of Governor Bay #586091

Tints of Governor Bay #586091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 44.07%

R = 26.75%
G = 29.18%
B = 44.07%

CMYK

 C value IS 0.39

 M value IS 0.34

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#586091 (or 0x586091) is known color: Governor Bay. HEX triplet: 58, 60 and 91. RGB value is (88,96,145). Sum of RGB (Red+Green+Blue) = 88+96+145=329 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.75% from 329); Green value is 96 (37.89% from 255 or 29.18% from 329); Blue value is 145 (57.03% from 255 or 44.07% from 329); Max value from RGB is 145 - color contains mainly: blue. Hex color #586091 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586091 is #A79F6E. Grayscale: #626262. Windows color (decimal): -10985327 or 9527384. OLE color: 9527384.

HSL color Cylindrical-coordinate representation of color #586091: hue angle of 231.58º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #586091 is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 88 96 145 -
CMYK 0.39 0.34 0 0.43
HSL 231.58º 0.24% 0.46% -
HSV(B) 231.58º 0.39% 0.57% -
XYZ 13.32 12.48 28.5 -
YUV 99.19 153.85 120.02 -
System Red Green Blue C M Y K H S L
Decimal 88 96 145 0.39 0.34 0 0.43 231.58 0.24 0.46
Hex 58 60 91 27 22 0 2B E8 18 2E
Octal 130 140 221 47 42 0 53 350 30 56
Binary 1011000 1100000 10010001 100111 100010 0 101011 11101000 11000 101110

Color Harmonies of #586091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586091

Black with #586091

Text Example


Text Example

White with #586091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586091; }

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

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

background-color css

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

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

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

border-color css

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

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

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