Html Css Color HEX #554E99 Governor Bay

📋 copy color: '#554E99'

red 85 ◦ green 78 ◦ blue 153

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

Shades of Governor Bay #554E99

Tints of Governor Bay #554E99

RGB

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

 GREEN value IS 78 (30.86% from 255) = 24.68%

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

R = 26.9%
G = 24.68%
B = 48.42%

CMYK

 C value IS 0.44

 M value IS 0.49

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#554E99 (or 0x554E99) is known color: Governor Bay. HEX triplet: 55, 4E and 99. RGB value is (85,78,153). Sum of RGB (Red+Green+Blue) = 85+78+153=316 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.90% from 316); Green value is 78 (30.86% from 255 or 24.68% from 316); Blue value is 153 (60.16% from 255 or 48.42% from 316); Max value from RGB is 153 - color contains mainly: blue. Hex color #554E99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #554E99 is #AAB166. Grayscale: #585858. Windows color (decimal): -11186535 or 10047061. OLE color: 10047061.

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

Color convert

RGB 85 78 153 -
CMYK 0.44 0.49 0 0.4
HSL 245.6º 0.32% 0.45% -
HSV(B) 245.6º 0.49% 0.6% -
XYZ 12.22 9.68 31.36 -
YUV 88.64 164.32 125.4 -
System Red Green Blue C M Y K H S L
Decimal 85 78 153 0.44 0.49 0 0.4 245.6 0.32 0.45
Hex 55 4E 99 2C 31 0 28 F6 20 2D
Octal 125 116 231 54 61 0 50 366 40 55
Binary 1010101 1001110 10011001 101100 110001 0 101000 11110110 100000 101101

Color Harmonies of #554E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554E99

Black with #554E99

Text Example


Text Example

White with #554E99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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