#534D9B

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

Shades of Governor Bay #534D9B

Tints of Governor Bay #534D9B

Color information

#534D9B (or 0x534D9B) is unknown color: approx Governor Bay. HEX triplet: 53, 4D and 9B. RGB value is (83,77,155). Sum of RGB (Red+Green+Blue) = 83+77+155=315 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.35% from 315); Green value is 77 (30.47% from 255 or 24.44% from 315); Blue value is 155 (60.94% from 255 or 49.21% from 315); Max value from RGB is 155 - color contains mainly: blue. Hex color #534D9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #534D9B is #ACB264. Grayscale: #575757. Windows color (decimal): -11317861 or 10177875. OLE color: 10177875.

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

Color convert

RGB8377155-
CMYK0.460.5000.39
HSL244.62º33.62%45.49%-
HSV(B)244.62º50.32%60.78%-
XYZ12.149.5132.21-
YUV87.69165.99124.66-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.35%
GREEN value IS 77 (30.47% from 255) = 24.44%
BLUE value IS 155 (60.94% from 255) = 49.21%
R=26.35%
G=24.44%
B=49.21%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal83771550.460.5000.39244.6233.6245.49
Hex534D9B2E32027f5222d
Octal12311523356620473654255
Binary1010011100110110011011101110110010010011111110101100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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