Html Css Color HEX #545588 Governor Bay

📋 copy color: '#545588'

red 84 ◦ green 85 ◦ blue 136

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

Shades of Governor Bay #545588

Tints of Governor Bay #545588

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.87%

 BLUE value IS 136 (53.52% from 255) = 44.59%

R = 27.54%
G = 27.87%
B = 44.59%

CMYK

 C value IS 0.38

 M value IS 0.38

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#545588 (or 0x545588) is known color: Governor Bay. HEX triplet: 54, 55 and 88. RGB value is (84,85,136). Sum of RGB (Red+Green+Blue) = 84+85+136=305 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.54% from 305); Green value is 85 (33.59% from 255 or 27.87% from 305); Blue value is 136 (53.52% from 255 or 44.59% from 305); Max value from RGB is 136 - color contains mainly: blue. Hex color #545588 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545588 is #ABAA77. Grayscale: #5A5A5A. Windows color (decimal): -11250296 or 8934740. OLE color: 8934740.

HSL color Cylindrical-coordinate representation of color #545588: hue angle of 238.85º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #545588 is Cyan = 0.38, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 84 85 136 -
CMYK 0.38 0.38 0 0.47
HSL 238.85º 0.24% 0.43% -
HSV(B) 238.85º 0.38% 0.53% -
XYZ 11.35 10.16 24.66 -
YUV 90.52 153.67 123.35 -
System Red Green Blue C M Y K H S L
Decimal 84 85 136 0.38 0.38 0 0.47 238.85 0.24 0.43
Hex 54 55 88 26 26 0 2F EF 18 2B
Octal 124 125 210 46 46 0 57 357 30 53
Binary 1010100 1010101 10001000 100110 100110 0 101111 11101111 11000 101011

Color Harmonies of #545588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545588

Black with #545588

Text Example


Text Example

White with #545588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545588; }

 p { color: rgb(84,85,136); }

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

background-color css

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

 a { background-color: rgb(84,85,136); }

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

border-color css

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

 span { border-color: rgb(84,85,136); }

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