Html Css Color HEX #55549C Governor Bay

📋 copy color: '#55549C'

red 85 ◦ green 84 ◦ blue 156

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

Shades of Governor Bay #55549C

Tints of Governor Bay #55549C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 48%

R = 26.15%
G = 25.85%
B = 48%

CMYK

 C value IS 0.46

 M value IS 0.46

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#55549C (or 0x55549C) is known color: Governor Bay. HEX triplet: 55, 54 and 9C. RGB value is (85,84,156). Sum of RGB (Red+Green+Blue) = 85+84+156=325 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.15% from 325); Green value is 84 (33.20% from 255 or 25.85% from 325); Blue value is 156 (61.33% from 255 or 48% from 325); Max value from RGB is 156 - color contains mainly: blue. Hex color #55549C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55549C is #AAAB63. Grayscale: #5C5C5C. Windows color (decimal): -11184996 or 10245205. OLE color: 10245205.

HSL color Cylindrical-coordinate representation of color #55549C: hue angle of 240.83º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #55549C is Cyan = 0.46, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 85 84 156 -
CMYK 0.46 0.46 0 0.39
HSL 240.83º 0.3% 0.47% -
HSV(B) 240.83º 0.46% 0.61% -
XYZ 12.92 10.67 32.83 -
YUV 92.51 163.83 122.65 -
System Red Green Blue C M Y K H S L
Decimal 85 84 156 0.46 0.46 0 0.39 240.83 0.3 0.47
Hex 55 54 9C 2E 2E 0 27 F1 1E 2F
Octal 125 124 234 56 56 0 47 361 36 57
Binary 1010101 1010100 10011100 101110 101110 0 100111 11110001 11110 101111

Color Harmonies of #55549C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55549C

Black with #55549C

Text Example


Text Example

White with #55549C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55549C; }

 p { color: rgb(85,84,156); }

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

background-color css

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

 a { background-color: rgb(85,84,156); }

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

border-color css

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

 span { border-color: rgb(85,84,156); }

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