Html Css Color HEX #54499B Governor Bay

📋 copy color: '#54499B'

red 84 ◦ green 73 ◦ blue 155

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

Shades of Governor Bay #54499B

Tints of Governor Bay #54499B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.4%

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

R = 26.92%
G = 23.4%
B = 49.68%

CMYK

 C value IS 0.46

 M value IS 0.53

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#54499B (or 0x54499B) is known color: Governor Bay. HEX triplet: 54, 49 and 9B. RGB value is (84,73,155). Sum of RGB (Red+Green+Blue) = 84+73+155=312 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.92% from 312); Green value is 73 (28.91% from 255 or 23.40% from 312); Blue value is 155 (60.94% from 255 or 49.68% from 312); Max value from RGB is 155 - color contains mainly: blue. Hex color #54499B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54499B is #ABB664. Grayscale: #555555. Windows color (decimal): -11253349 or 10176852. OLE color: 10176852.

HSL color Cylindrical-coordinate representation of color #54499B: hue angle of 248.05º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #54499B is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 84 73 155 -
CMYK 0.46 0.53 0 0.39
HSL 248.05º 0.36% 0.45% -
HSV(B) 248.05º 0.53% 0.61% -
XYZ 11.96 9.02 32.12 -
YUV 85.64 167.14 126.83 -
System Red Green Blue C M Y K H S L
Decimal 84 73 155 0.46 0.53 0 0.39 248.05 0.36 0.45
Hex 54 49 9B 2E 35 0 27 F8 24 2D
Octal 124 111 233 56 65 0 47 370 44 55
Binary 1010100 1001001 10011011 101110 110101 0 100111 11111000 100100 101101

Color Harmonies of #54499B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54499B

Black with #54499B

Text Example


Text Example

White with #54499B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54499B; }

 p { color: rgb(84,73,155); }

 H1.HeaderClassName
 {
   color: #54499B;
 }
 .AnyTagClassName
 {
   color: #54499B;
 }
</style>

background-color css

<style>
 a { background-color: #54499B; }

 a { background-color: rgb(84,73,155); }

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

border-color css

<style>
 span { border-color: #54499B; }

 span { border-color: rgb(84,73,155); }

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