#534DA4

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

Shades of Governor Bay #534DA4

Tints of Governor Bay #534DA4

Color information

#534DA4 (or 0x534DA4) is unknown color: approx Governor Bay. HEX triplet: 53, 4D and A4. RGB value is (83,77,164). Sum of RGB (Red+Green+Blue) = 83+77+164=324 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.62% from 324); Green value is 77 (30.47% from 255 or 23.77% from 324); Blue value is 164 (64.45% from 255 or 50.62% from 324); Max value from RGB is 164 - color contains mainly: blue. Hex color #534DA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #534DA4 is #ACB25B. Grayscale: #585858. Windows color (decimal): -11317852 or 10767699. OLE color: 10767699.

HSL color Cylindrical-coordinate representation of color #534DA4: hue angle of 244.14º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #534DA4 is Cyan = 0.49, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8377164-
CMYK0.490.5300.36
HSL244.14º36.1%47.25%-
HSV(B)244.14º53.05%64.31%-
XYZ12.929.8336.34-
YUV88.71170.49123.93-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.62%
GREEN value IS 77 (30.47% from 255) = 23.77%
BLUE value IS 164 (64.45% from 255) = 50.62%
R=25.62%
G=23.77%
B=50.62%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal83771640.490.5300.36244.1436.147.25
Hex534DA43135024f4242f
Octal12311524461650443644457
Binary1010011100110110100100110001110101010010011110100100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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