Html Css Color HEX #55499D Governor Bay

📋 copy color: '#55499D'

red 85 ◦ green 73 ◦ blue 157

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

Shades of Governor Bay #55499D

Tints of Governor Bay #55499D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.17%

 BLUE value IS 157 (61.72% from 255) = 49.84%

R = 26.98%
G = 23.17%
B = 49.84%

CMYK

 C value IS 0.46

 M value IS 0.54

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#55499D (or 0x55499D) is known color: Governor Bay. HEX triplet: 55, 49 and 9D. RGB value is (85,73,157). Sum of RGB (Red+Green+Blue) = 85+73+157=315 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.98% from 315); Green value is 73 (28.91% from 255 or 23.17% from 315); Blue value is 157 (61.72% from 255 or 49.84% from 315); Max value from RGB is 157 - color contains mainly: blue. Hex color #55499D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55499D is #AAB662. Grayscale: #555555. Windows color (decimal): -11187811 or 10307925. OLE color: 10307925.

HSL color Cylindrical-coordinate representation of color #55499D: hue angle of 248.57º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #55499D is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 85 73 157 -
CMYK 0.46 0.54 0 0.38
HSL 248.57º 0.37% 0.45% -
HSV(B) 248.57º 0.54% 0.62% -
XYZ 12.21 9.13 33.02 -
YUV 86.16 167.98 127.17 -
System Red Green Blue C M Y K H S L
Decimal 85 73 157 0.46 0.54 0 0.38 248.57 0.37 0.45
Hex 55 49 9D 2E 36 0 26 F9 25 2D
Octal 125 111 235 56 66 0 46 371 45 55
Binary 1010101 1001001 10011101 101110 110110 0 100110 11111001 100101 101101

Color Harmonies of #55499D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55499D

Black with #55499D

Text Example


Text Example

White with #55499D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55499D; }

 p { color: rgb(85,73,157); }

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

background-color css

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

 a { background-color: rgb(85,73,157); }

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

border-color css

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

 span { border-color: rgb(85,73,157); }

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