Html Css Color HEX #585199 Governor Bay

📋 copy color: '#585199'

red 88 ◦ green 81 ◦ blue 153

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

Shades of Governor Bay #585199

Tints of Governor Bay #585199

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.16%

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

R = 27.33%
G = 25.16%
B = 47.52%

CMYK

 C value IS 0.42

 M value IS 0.47

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#585199 (or 0x585199) is known color: Governor Bay. HEX triplet: 58, 51 and 99. RGB value is (88,81,153). Sum of RGB (Red+Green+Blue) = 88+81+153=322 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.33% from 322); Green value is 81 (32.03% from 255 or 25.16% from 322); Blue value is 153 (60.16% from 255 or 47.52% from 322); Max value from RGB is 153 - color contains mainly: blue. Hex color #585199 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585199 is #A7AE66. Grayscale: #5B5B5B. Windows color (decimal): -10989159 or 10047832. OLE color: 10047832.

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

Color convert

RGB 88 81 153 -
CMYK 0.42 0.47 0 0.4
HSL 245.83º 0.31% 0.46% -
HSV(B) 245.83º 0.47% 0.6% -
XYZ 12.72 10.26 31.45 -
YUV 91.3 162.82 125.65 -
System Red Green Blue C M Y K H S L
Decimal 88 81 153 0.42 0.47 0 0.4 245.83 0.31 0.46
Hex 58 51 99 2A 2F 0 28 F6 1F 2E
Octal 130 121 231 52 57 0 50 366 37 56
Binary 1011000 1010001 10011001 101010 101111 0 101000 11110110 11111 101110

Color Harmonies of #585199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585199

Black with #585199

Text Example


Text Example

White with #585199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585199; }

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

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

background-color css

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

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

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

border-color css

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

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

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