Html Css Color HEX #554C99 Governor Bay

📋 copy color: '#554C99'

red 85 ◦ green 76 ◦ blue 153

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

Shades of Governor Bay #554C99

Tints of Governor Bay #554C99

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.2%

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

R = 27.07%
G = 24.2%
B = 48.73%

CMYK

 C value IS 0.44

 M value IS 0.50

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#554C99 (or 0x554C99) is known color: Governor Bay. HEX triplet: 55, 4C and 99. RGB value is (85,76,153). Sum of RGB (Red+Green+Blue) = 85+76+153=314 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.07% from 314); Green value is 76 (30.08% from 255 or 24.20% from 314); Blue value is 153 (60.16% from 255 or 48.73% from 314); Max value from RGB is 153 - color contains mainly: blue. Hex color #554C99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554C99 is #AAB366. Grayscale: #575757. Windows color (decimal): -11187047 or 10046549. OLE color: 10046549.

HSL color Cylindrical-coordinate representation of color #554C99: hue angle of 247.01º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #554C99 is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 85 76 153 -
CMYK 0.44 0.50 0 0.4
HSL 247.01º 0.34% 0.45% -
HSV(B) 247.01º 0.5% 0.6% -
XYZ 12.08 9.4 31.31 -
YUV 87.47 164.98 126.24 -
System Red Green Blue C M Y K H S L
Decimal 85 76 153 0.44 0.50 0 0.4 247.01 0.34 0.45
Hex 55 4C 99 2C 32 0 28 F7 22 2D
Octal 125 114 231 54 62 0 50 367 42 55
Binary 1010101 1001100 10011001 101100 110010 0 101000 11110111 100010 101101

Color Harmonies of #554C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554C99

Black with #554C99

Text Example


Text Example

White with #554C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554C99; }

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

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

background-color css

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

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

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

border-color css

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

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

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