Html Css Color HEX #585497 Governor Bay

📋 copy color: '#585497'

red 88 ◦ green 84 ◦ blue 151

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

Shades of Governor Bay #585497

Tints of Governor Bay #585497

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.01%

 BLUE value IS 151 (59.38% from 255) = 46.75%

R = 27.24%
G = 26.01%
B = 46.75%

CMYK

 C value IS 0.42

 M value IS 0.44

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#585497 (or 0x585497) is known color: Governor Bay. HEX triplet: 58, 54 and 97. RGB value is (88,84,151). Sum of RGB (Red+Green+Blue) = 88+84+151=323 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.24% from 323); Green value is 84 (33.20% from 255 or 26.01% from 323); Blue value is 151 (59.38% from 255 or 46.75% from 323); Max value from RGB is 151 - color contains mainly: blue. Hex color #585497 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585497 is #A7AB68. Grayscale: #5C5C5C. Windows color (decimal): -10988393 or 9917528. OLE color: 9917528.

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

Color convert

RGB 88 84 151 -
CMYK 0.42 0.44 0 0.41
HSL 243.58º 0.29% 0.46% -
HSV(B) 243.58º 0.44% 0.59% -
XYZ 12.78 10.65 30.66 -
YUV 92.83 160.83 124.55 -
System Red Green Blue C M Y K H S L
Decimal 88 84 151 0.42 0.44 0 0.41 243.58 0.29 0.46
Hex 58 54 97 2A 2C 0 29 F4 1D 2E
Octal 130 124 227 52 54 0 51 364 35 56
Binary 1011000 1010100 10010111 101010 101100 0 101001 11110100 11101 101110

Color Harmonies of #585497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585497

Black with #585497

Text Example


Text Example

White with #585497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585497; }

 p { color: rgb(88,84,151); }

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

background-color css

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

 a { background-color: rgb(88,84,151); }

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

border-color css

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

 span { border-color: rgb(88,84,151); }

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