#545888

Color #545888 Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #545888

Tints of Governor Bay #545888

Color information

#545888 (or 0x545888) is unknown color: approx Governor Bay. HEX triplet: 54, 58 and 88. RGB value is (84,88,136). Sum of RGB (Red+Green+Blue) = 84+88+136=308 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.27% from 308); Green value is 88 (34.77% from 255 or 28.57% from 308); Blue value is 136 (53.52% from 255 or 44.16% from 308); Max value from RGB is 136 - color contains mainly: blue. Hex color #545888 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545888 is #ABA777. Grayscale: #5C5C5C. Windows color (decimal): -11249528 or 8935508. OLE color: 8935508.

HSL color Cylindrical-coordinate representation of color #545888: hue angle of 235.38º 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 #545888 is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8488136-
CMYK0.380.3500.47
HSL235.38º23.64%43.14%-
HSV(B)235.38º38.24%53.33%-
XYZ11.5910.6424.74-
YUV92.28152.67122.1-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.27%
GREEN value IS 88 (34.77% from 255) = 28.57%
BLUE value IS 136 (53.52% from 255) = 44.16%
R=27.27%
G=28.57%
B=44.16%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal84881360.380.3500.47235.3823.6443.14
Hex545888262302Feb182b
Octal12413021046430573533053
Binary101010010110001000100010011010001101011111110101111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545888; }

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

 H1.HeaderClassName
 {
   color: #545888;
 }
 .AnyTagClassName
 {
   color: #545888;
 }
</style>
background-color css

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

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

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

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

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

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