Html Css Color HEX #554E9B Governor Bay

📋 copy color: '#554E9B'

red 85 ◦ green 78 ◦ blue 155

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

Shades of Governor Bay #554E9B

Tints of Governor Bay #554E9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 48.74%

R = 26.73%
G = 24.53%
B = 48.74%

CMYK

 C value IS 0.45

 M value IS 0.50

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#554E9B (or 0x554E9B) is known color: Governor Bay. HEX triplet: 55, 4E and 9B. RGB value is (85,78,155). Sum of RGB (Red+Green+Blue) = 85+78+155=318 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.73% from 318); Green value is 78 (30.86% from 255 or 24.53% from 318); Blue value is 155 (60.94% from 255 or 48.74% from 318); Max value from RGB is 155 - color contains mainly: blue. Hex color #554E9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #554E9B is #AAB164. Grayscale: #585858. Windows color (decimal): -11186533 or 10178133. OLE color: 10178133.

HSL color Cylindrical-coordinate representation of color #554E9B: hue angle of 245.45º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #554E9B is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 85 78 155 -
CMYK 0.45 0.50 0 0.39
HSL 245.45º 0.33% 0.46% -
HSV(B) 245.45º 0.5% 0.61% -
XYZ 12.39 9.75 32.24 -
YUV 88.87 165.32 125.24 -
System Red Green Blue C M Y K H S L
Decimal 85 78 155 0.45 0.50 0 0.39 245.45 0.33 0.46
Hex 55 4E 9B 2D 32 0 27 F5 21 2E
Octal 125 116 233 55 62 0 47 365 41 56
Binary 1010101 1001110 10011011 101101 110010 0 100111 11110101 100001 101110

Color Harmonies of #554E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554E9B

Black with #554E9B

Text Example


Text Example

White with #554E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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