Html Css Color HEX #54589B Governor Bay

📋 copy color: '#54589B'

red 84 ◦ green 88 ◦ blue 155

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

Shades of Governor Bay #54589B

Tints of Governor Bay #54589B

RGB

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

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

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

R = 25.69%
G = 26.91%
B = 47.4%

CMYK

 C value IS 0.46

 M value IS 0.43

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#54589B (or 0x54589B) is known color: Governor Bay. HEX triplet: 54, 58 and 9B. RGB value is (84,88,155). Sum of RGB (Red+Green+Blue) = 84+88+155=327 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.69% from 327); Green value is 88 (34.77% from 255 or 26.91% from 327); Blue value is 155 (60.94% from 255 or 47.40% from 327); Max value from RGB is 155 - color contains mainly: blue. Hex color #54589B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54589B is #ABA764. Grayscale: #5E5E5E. Windows color (decimal): -11249509 or 10180692. OLE color: 10180692.

HSL color Cylindrical-coordinate representation of color #54589B: hue angle of 236.62º 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 #54589B is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 84 88 155 -
CMYK 0.46 0.43 0 0.39
HSL 236.62º 0.3% 0.47% -
HSV(B) 236.62º 0.46% 0.61% -
XYZ 13.06 11.23 32.49 -
YUV 94.44 162.17 120.55 -
System Red Green Blue C M Y K H S L
Decimal 84 88 155 0.46 0.43 0 0.39 236.62 0.3 0.47
Hex 54 58 9B 2E 2B 0 27 ED 1E 2F
Octal 124 130 233 56 53 0 47 355 36 57
Binary 1010100 1011000 10011011 101110 101011 0 100111 11101101 11110 101111

Color Harmonies of #54589B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54589B

Black with #54589B

Text Example


Text Example

White with #54589B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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