Html Css Color HEX #54519A Governor Bay

📋 copy color: '#54519A'

red 84 ◦ green 81 ◦ blue 154

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

Shades of Governor Bay #54519A

Tints of Governor Bay #54519A

RGB

 RED value IS 84 (33.2% from 255) = 26.33%

 GREEN value IS 81 (32.03% from 255) = 25.39%

 BLUE value IS 154 (60.55% from 255) = 48.28%

R = 26.33%
G = 25.39%
B = 48.28%

CMYK

 C value IS 0.45

 M value IS 0.47

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#54519A (or 0x54519A) is known color: Governor Bay. HEX triplet: 54, 51 and 9A. RGB value is (84,81,154). Sum of RGB (Red+Green+Blue) = 84+81+154=319 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.33% from 319); Green value is 81 (32.03% from 255 or 25.39% from 319); Blue value is 154 (60.55% from 255 or 48.28% from 319); Max value from RGB is 154 - color contains mainly: blue. Hex color #54519A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54519A is #ABAE65. Grayscale: #595959. Windows color (decimal): -11251302 or 10113364. OLE color: 10113364.

HSL color Cylindrical-coordinate representation of color #54519A: hue angle of 242.47º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #54519A is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 84 81 154 -
CMYK 0.45 0.47 0 0.40
HSL 242.47º 0.31% 0.46% -
HSV(B) 242.47º 0.47% 0.6% -
XYZ 12.43 10.1 31.87 -
YUV 90.22 163.99 123.56 -
System Red Green Blue C M Y K H S L
Decimal 84 81 154 0.45 0.47 0 0.40 242.47 0.31 0.46
Hex 54 51 9A 2D 2F 0 28 F2 1F 2E
Octal 124 121 232 55 57 0 50 362 37 56
Binary 1010100 1010001 10011010 101101 101111 0 101000 11110010 11111 101110

Color Harmonies of #54519A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54519A

Black with #54519A

Text Example


Text Example

White with #54519A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54519A; }

 p { color: rgb(84,81,154); }

 H1.HeaderClassName
 {
   color: #54519A;
 }
 .AnyTagClassName
 {
   color: #54519A;
 }
</style>

background-color css

<style>
 a { background-color: #54519A; }

 a { background-color: rgb(84,81,154); }

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

border-color css

<style>
 span { border-color: #54519A; }

 span { border-color: rgb(84,81,154); }

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