#534D93

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

Shades of Governor Bay #534D93

Tints of Governor Bay #534D93

Color information

#534D93 (or 0x534D93) is unknown color: approx Governor Bay. HEX triplet: 53, 4D and 93. RGB value is (83,77,147). Sum of RGB (Red+Green+Blue) = 83+77+147=307 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.04% from 307); Green value is 77 (30.47% from 255 or 25.08% from 307); Blue value is 147 (57.81% from 255 or 47.88% from 307); Max value from RGB is 147 - color contains mainly: blue. Hex color #534D93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #534D93 is #ACB26C. Grayscale: #565656. Windows color (decimal): -11317869 or 9653587. OLE color: 9653587.

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

Color convert

RGB8377147-
CMYK0.440.4800.42
HSL245.14º31.25%43.92%-
HSV(B)245.14º47.62%57.65%-
XYZ11.499.2528.78-
YUV86.77161.99125.31-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.04%
GREEN value IS 77 (30.47% from 255) = 25.08%
BLUE value IS 147 (57.81% from 255) = 47.88%
R=27.04%
G=25.08%
B=47.88%

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
Decimal83771470.440.4800.42245.1431.2543.92
Hex534D932C3002Af51f2c
Octal12311522354600523653754
Binary101001110011011001001110110011000001010101111010111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534D93; }

 p { color: rgb(83,77,147); }

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

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

 a { background-color: rgb(83,77,147); }

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

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

 span { border-color: rgb(83,77,147); }

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