#534E96

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

Shades of Governor Bay #534E96

Tints of Governor Bay #534E96

Color information

#534E96 (or 0x534E96) is unknown color: approx Governor Bay. HEX triplet: 53, 4E and 96. RGB value is (83,78,150). Sum of RGB (Red+Green+Blue) = 83+78+150=311 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.69% from 311); Green value is 78 (30.86% from 255 or 25.08% from 311); Blue value is 150 (58.98% from 255 or 48.23% from 311); Max value from RGB is 150 - color contains mainly: blue. Hex color #534E96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #534E96 is #ACB169. Grayscale: #575757. Windows color (decimal): -11317610 or 9850451. OLE color: 9850451.

HSL color Cylindrical-coordinate representation of color #534E96: hue angle of 244.17º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #534E96 is Cyan = 0.45, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB8378150-
CMYK0.450.4800.41
HSL244.17º31.58%44.71%-
HSV(B)244.17º48%58.82%-
XYZ11.89.4930.06-
YUV87.7163.16124.65-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.69%
GREEN value IS 78 (30.86% from 255) = 25.08%
BLUE value IS 150 (58.98% from 255) = 48.23%
R=26.69%
G=25.08%
B=48.23%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal83781500.450.4800.41244.1731.5844.71
Hex534E962D30029f4202d
Octal12311622655600513644055
Binary1010011100111010010110101101110000010100111110100100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,78,150); }

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

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

 a { background-color: rgb(83,78,150); }

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

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

 span { border-color: rgb(83,78,150); }

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