#53548B

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

Shades of Governor Bay #53548B

Tints of Governor Bay #53548B

Color information

#53548B (or 0x53548B) is unknown color: approx Governor Bay. HEX triplet: 53, 54 and 8B. RGB value is (83,84,139). Sum of RGB (Red+Green+Blue) = 83+84+139=306 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.12% from 306); Green value is 84 (33.20% from 255 or 27.45% from 306); Blue value is 139 (54.69% from 255 or 45.42% from 306); Max value from RGB is 139 - color contains mainly: blue. Hex color #53548B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53548B is #ACAB74. Grayscale: #595959. Windows color (decimal): -11316085 or 9131091. OLE color: 9131091.

HSL color Cylindrical-coordinate representation of color #53548B: hue angle of 238.93º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #53548B is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8384139-
CMYK0.400.4000.45
HSL238.93º25.23%43.53%-
HSV(B)238.93º40.29%54.51%-
XYZ11.410.0425.76-
YUV89.97155.67123.03-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.12%
GREEN value IS 84 (33.20% from 255) = 27.45%
BLUE value IS 139 (54.69% from 255) = 45.42%
R=27.12%
G=27.45%
B=45.42%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal83841390.400.4000.45238.9325.2343.53
Hex53548B282802Def192c
Octal12312421350500553573154
Binary101001110101001000101110100010100001011011110111111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53548B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,84,139); }

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

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

 a { background-color: rgb(83,84,139); }

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

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

 span { border-color: rgb(83,84,139); }

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