Html Css Color HEX #54589F Governor Bay

📋 copy color: '#54589F'

red 84 ◦ green 88 ◦ blue 159

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

Shades of Governor Bay #54589F

Tints of Governor Bay #54589F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.59%

 BLUE value IS 159 (62.5% from 255) = 48.04%

R = 25.38%
G = 26.59%
B = 48.04%

CMYK

 C value IS 0.47

 M value IS 0.45

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#54589F (or 0x54589F) is known color: Governor Bay. HEX triplet: 54, 58 and 9F. RGB value is (84,88,159). Sum of RGB (Red+Green+Blue) = 84+88+159=331 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.38% from 331); Green value is 88 (34.77% from 255 or 26.59% from 331); Blue value is 159 (62.5% from 255 or 48.04% from 331); Max value from RGB is 159 - color contains mainly: blue. Hex color #54589F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54589F is #ABA760. Grayscale: #5E5E5E. Windows color (decimal): -11249505 or 10442836. OLE color: 10442836.

HSL color Cylindrical-coordinate representation of color #54589F: hue angle of 236.8º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #54589F is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 84 88 159 -
CMYK 0.47 0.45 0 0.38
HSL 236.8º 0.31% 0.48% -
HSV(B) 236.8º 0.47% 0.62% -
XYZ 13.4 11.37 34.29 -
YUV 94.9 164.17 120.23 -
System Red Green Blue C M Y K H S L
Decimal 84 88 159 0.47 0.45 0 0.38 236.8 0.31 0.48
Hex 54 58 9F 2F 2D 0 26 ED 1F 30
Octal 124 130 237 57 55 0 46 355 37 60
Binary 1010100 1011000 10011111 101111 101101 0 100110 11101101 11111 110000

Color Harmonies of #54589F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54589F

Black with #54589F

Text Example


Text Example

White with #54589F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54589F; }

 p { color: rgb(84,88,159); }

 H1.HeaderClassName
 {
   color: #54589F;
 }
 .AnyTagClassName
 {
   color: #54589F;
 }
</style>

background-color css

<style>
 a { background-color: #54589F; }

 a { background-color: rgb(84,88,159); }

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

border-color css

<style>
 span { border-color: #54589F; }

 span { border-color: rgb(84,88,159); }

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