#534C99

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

Shades of Governor Bay #534C99

Tints of Governor Bay #534C99

Color information

#534C99 (or 0x534C99) is unknown color: approx Governor Bay. HEX triplet: 53, 4C and 99. RGB value is (83,76,153). Sum of RGB (Red+Green+Blue) = 83+76+153=312 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.60% from 312); Green value is 76 (30.08% from 255 or 24.36% from 312); Blue value is 153 (60.16% from 255 or 49.04% from 312); Max value from RGB is 153 - color contains mainly: blue. Hex color #534C99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534C99 is #ACB366. Grayscale: #565656. Windows color (decimal): -11318119 or 10046547. OLE color: 10046547.

HSL color Cylindrical-coordinate representation of color #534C99: hue angle of 245.45º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #534C99 is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB8376153-
CMYK0.460.5000.4
HSL245.45º33.62%44.9%-
HSV(B)245.45º50.33%60%-
XYZ11.99.3131.31-
YUV86.87165.32125.24-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.60%
GREEN value IS 76 (30.08% from 255) = 24.36%
BLUE value IS 153 (60.16% from 255) = 49.04%
R=26.60%
G=24.36%
B=49.04%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal83761530.460.5000.4245.4533.6244.9
Hex534C992E32028f5222d
Octal12311423156620503654255
Binary1010011100110010011001101110110010010100011110101100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,76,153); }

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

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

 a { background-color: rgb(83,76,153); }

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

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

 span { border-color: rgb(83,76,153); }

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