Html Css Color HEX #554D9B Governor Bay

📋 copy color: '#554D9B'

red 85 ◦ green 77 ◦ blue 155

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

Shades of Governor Bay #554D9B

Tints of Governor Bay #554D9B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.29%

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

R = 26.81%
G = 24.29%
B = 48.9%

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

#554D9B (or 0x554D9B) is known color: Governor Bay. HEX triplet: 55, 4D and 9B. RGB value is (85,77,155). Sum of RGB (Red+Green+Blue) = 85+77+155=317 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.81% from 317); Green value is 77 (30.47% from 255 or 24.29% from 317); Blue value is 155 (60.94% from 255 or 48.90% from 317); Max value from RGB is 155 - color contains mainly: blue. Hex color #554D9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #554D9B is #AAB264. Grayscale: #575757. Windows color (decimal): -11186789 or 10177877. OLE color: 10177877.

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

Color convert

RGB 85 77 155 -
CMYK 0.45 0.50 0 0.39
HSL 246.15º 0.34% 0.45% -
HSV(B) 246.15º 0.5% 0.61% -
XYZ 12.32 9.61 32.22 -
YUV 88.28 165.65 125.66 -
System Red Green Blue C M Y K H S L
Decimal 85 77 155 0.45 0.50 0 0.39 246.15 0.34 0.45
Hex 55 4D 9B 2D 32 0 27 F6 22 2D
Octal 125 115 233 55 62 0 47 366 42 55
Binary 1010101 1001101 10011011 101101 110010 0 100111 11110110 100010 101101

Color Harmonies of #554D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554D9B

Black with #554D9B

Text Example


Text Example

White with #554D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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