Html Css Color HEX #555199 Governor Bay

📋 copy color: '#555199'

red 85 ◦ green 81 ◦ blue 153

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

Shades of Governor Bay #555199

Tints of Governor Bay #555199

RGB

 RED value IS 85 (33.59% from 255) = 26.65%

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

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

R = 26.65%
G = 25.39%
B = 47.96%

CMYK

 C value IS 0.44

 M value IS 0.47

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#555199 (or 0x555199) is known color: Governor Bay. HEX triplet: 55, 51 and 99. RGB value is (85,81,153). Sum of RGB (Red+Green+Blue) = 85+81+153=319 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.65% from 319); Green value is 81 (32.03% from 255 or 25.39% from 319); Blue value is 153 (60.16% from 255 or 47.96% from 319); Max value from RGB is 153 - color contains mainly: blue. Hex color #555199 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555199 is #AAAE66. Grayscale: #5A5A5A. Windows color (decimal): -11185767 or 10047829. OLE color: 10047829.

HSL color Cylindrical-coordinate representation of color #555199: hue angle of 243.33º 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 #555199 is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 85 81 153 -
CMYK 0.44 0.47 0 0.4
HSL 243.33º 0.31% 0.46% -
HSV(B) 243.33º 0.47% 0.6% -
XYZ 12.44 10.12 31.43 -
YUV 90.4 163.33 124.15 -
System Red Green Blue C M Y K H S L
Decimal 85 81 153 0.44 0.47 0 0.4 243.33 0.31 0.46
Hex 55 51 99 2C 2F 0 28 F3 1F 2E
Octal 125 121 231 54 57 0 50 363 37 56
Binary 1010101 1010001 10011001 101100 101111 0 101000 11110011 11111 101110

Color Harmonies of #555199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555199

Black with #555199

Text Example


Text Example

White with #555199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555199; }

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

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

background-color css

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

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

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

border-color css

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

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

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