Html Css Color HEX #54619B Governor Bay

📋 copy color: '#54619B'

red 84 ◦ green 97 ◦ blue 155

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

Shades of Governor Bay #54619B

Tints of Governor Bay #54619B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.87%

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

R = 25%
G = 28.87%
B = 46.13%

CMYK

 C value IS 0.46

 M value IS 0.37

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#54619B (or 0x54619B) is known color: Governor Bay. HEX triplet: 54, 61 and 9B. RGB value is (84,97,155). Sum of RGB (Red+Green+Blue) = 84+97+155=336 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25% from 336); Green value is 97 (38.28% from 255 or 28.87% from 336); Blue value is 155 (60.94% from 255 or 46.13% from 336); Max value from RGB is 155 - color contains mainly: blue. Hex color #54619B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54619B is #AB9E64. Grayscale: #636363. Windows color (decimal): -11247205 or 10182996. OLE color: 10182996.

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

Color convert

RGB 84 97 155 -
CMYK 0.46 0.37 0 0.39
HSL 229.01º 0.3% 0.47% -
HSV(B) 229.01º 0.46% 0.61% -
XYZ 13.85 12.8 32.75 -
YUV 99.73 159.19 116.78 -
System Red Green Blue C M Y K H S L
Decimal 84 97 155 0.46 0.37 0 0.39 229.01 0.3 0.47
Hex 54 61 9B 2E 25 0 27 E5 1E 2F
Octal 124 141 233 56 45 0 47 345 36 57
Binary 1010100 1100001 10011011 101110 100101 0 100111 11100101 11110 101111

Color Harmonies of #54619B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54619B

Black with #54619B

Text Example


Text Example

White with #54619B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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