Html Css Color HEX #585499 Governor Bay

📋 copy color: '#585499'

red 88 ◦ green 84 ◦ blue 153

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

Shades of Governor Bay #585499

Tints of Governor Bay #585499

RGB

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

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

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

R = 27.08%
G = 25.85%
B = 47.08%

CMYK

 C value IS 0.42

 M value IS 0.45

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#585499 (or 0x585499) is known color: Governor Bay. HEX triplet: 58, 54 and 99. RGB value is (88,84,153). Sum of RGB (Red+Green+Blue) = 88+84+153=325 (43% of max value = 765). Red value is 88 (34.77% from 255 or 27.08% from 325); Green value is 84 (33.20% from 255 or 25.85% from 325); Blue value is 153 (60.16% from 255 or 47.08% from 325); Max value from RGB is 153 - color contains mainly: blue. Hex color #585499 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585499 is #A7AB66. Grayscale: #5C5C5C. Windows color (decimal): -10988391 or 10048600. OLE color: 10048600.

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

Color convert

RGB 88 84 153 -
CMYK 0.42 0.45 0 0.4
HSL 243.48º 0.29% 0.46% -
HSV(B) 243.48º 0.45% 0.6% -
XYZ 12.94 10.72 31.52 -
YUV 93.06 161.83 124.39 -
System Red Green Blue C M Y K H S L
Decimal 88 84 153 0.42 0.45 0 0.4 243.48 0.29 0.46
Hex 58 54 99 2A 2D 0 28 F3 1D 2E
Octal 130 124 231 52 55 0 50 363 35 56
Binary 1011000 1010100 10011001 101010 101101 0 101000 11110011 11101 101110

Color Harmonies of #585499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585499

Black with #585499

Text Example


Text Example

White with #585499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585499; }

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

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

background-color css

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

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

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

border-color css

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

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

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