Html Css Color HEX #54588A Governor Bay

📋 copy color: '#54588A'

red 84 ◦ green 88 ◦ blue 138

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

Shades of Governor Bay #54588A

Tints of Governor Bay #54588A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 44.52%

R = 27.1%
G = 28.39%
B = 44.52%

CMYK

 C value IS 0.39

 M value IS 0.36

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#54588A (or 0x54588A) is known color: Governor Bay. HEX triplet: 54, 58 and 8A. RGB value is (84,88,138). Sum of RGB (Red+Green+Blue) = 84+88+138=310 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.10% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 138 (54.30% from 255 or 44.52% from 310); Max value from RGB is 138 - color contains mainly: blue. Hex color #54588A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54588A is #ABA775. Grayscale: #5C5C5C. Windows color (decimal): -11249526 or 9066580. OLE color: 9066580.

HSL color Cylindrical-coordinate representation of color #54588A: hue angle of 235.56º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #54588A is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 84 88 138 -
CMYK 0.39 0.36 0 0.46
HSL 235.56º 0.24% 0.44% -
HSV(B) 235.56º 0.39% 0.54% -
XYZ 11.73 10.7 25.49 -
YUV 92.5 153.67 121.93 -
System Red Green Blue C M Y K H S L
Decimal 84 88 138 0.39 0.36 0 0.46 235.56 0.24 0.44
Hex 54 58 8A 27 24 0 2E EC 18 2C
Octal 124 130 212 47 44 0 56 354 30 54
Binary 1010100 1011000 10001010 100111 100100 0 101110 11101100 11000 101100

Color Harmonies of #54588A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54588A

Black with #54588A

Text Example


Text Example

White with #54588A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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