#544E95

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

Shades of Governor Bay #544E95

Tints of Governor Bay #544E95

Color information

#544E95 (or 0x544E95) is unknown color: approx Governor Bay. HEX triplet: 54, 4E and 95. RGB value is (84,78,149). Sum of RGB (Red+Green+Blue) = 84+78+149=311 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.01% from 311); Green value is 78 (30.86% from 255 or 25.08% from 311); Blue value is 149 (58.59% from 255 or 47.91% from 311); Max value from RGB is 149 - color contains mainly: blue. Hex color #544E95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #544E95 is #ABB16A. Grayscale: #575757. Windows color (decimal): -11252075 or 9784916. OLE color: 9784916.

HSL color Cylindrical-coordinate representation of color #544E95: hue angle of 245.07º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #544E95 is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8478149-
CMYK0.440.4800.42
HSL245.07º31.28%44.51%-
HSV(B)245.07º47.65%58.43%-
XYZ11.819.529.65-
YUV87.89162.49125.23-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.01%
GREEN value IS 78 (30.86% from 255) = 25.08%
BLUE value IS 149 (58.59% from 255) = 47.91%
R=27.01%
G=25.08%
B=47.91%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal84781490.440.4800.42245.0731.2844.51
Hex544E952C3002Af51f2d
Octal12411622554600523653755
Binary101010010011101001010110110011000001010101111010111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544E95; }

 p { color: rgb(84,78,149); }

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

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

 a { background-color: rgb(84,78,149); }

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

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

 span { border-color: rgb(84,78,149); }

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