Html Css Color HEX #586095 Governor Bay

📋 copy color: '#586095'

red 88 ◦ green 96 ◦ blue 149

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

Shades of Governor Bay #586095

Tints of Governor Bay #586095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 44.74%

R = 26.43%
G = 28.83%
B = 44.74%

CMYK

 C value IS 0.41

 M value IS 0.36

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#586095 (or 0x586095) is known color: Governor Bay. HEX triplet: 58, 60 and 95. RGB value is (88,96,149). Sum of RGB (Red+Green+Blue) = 88+96+149=333 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.43% from 333); Green value is 96 (37.89% from 255 or 28.83% from 333); Blue value is 149 (58.59% from 255 or 44.74% from 333); Max value from RGB is 149 - color contains mainly: blue. Hex color #586095 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586095 is #A79F6A. Grayscale: #636363. Windows color (decimal): -10985323 or 9789528. OLE color: 9789528.

HSL color Cylindrical-coordinate representation of color #586095: hue angle of 232.13º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #586095 is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 88 96 149 -
CMYK 0.41 0.36 0 0.42
HSL 232.13º 0.26% 0.46% -
HSV(B) 232.13º 0.41% 0.58% -
XYZ 13.63 12.61 30.15 -
YUV 99.65 155.85 119.69 -
System Red Green Blue C M Y K H S L
Decimal 88 96 149 0.41 0.36 0 0.42 232.13 0.26 0.46
Hex 58 60 95 29 24 0 2A E8 1A 2E
Octal 130 140 225 51 44 0 52 350 32 56
Binary 1011000 1100000 10010101 101001 100100 0 101010 11101000 11010 101110

Color Harmonies of #586095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586095

Black with #586095

Text Example


Text Example

White with #586095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586095; }

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

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

background-color css

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

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

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

border-color css

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

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

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