#534BA4

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

Shades of Governor Bay #534BA4

Tints of Governor Bay #534BA4

Color information

#534BA4 (or 0x534BA4) is unknown color: approx Governor Bay. HEX triplet: 53, 4B and A4. RGB value is (83,75,164). Sum of RGB (Red+Green+Blue) = 83+75+164=322 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.78% from 322); Green value is 75 (29.69% from 255 or 23.29% from 322); Blue value is 164 (64.45% from 255 or 50.93% from 322); Max value from RGB is 164 - color contains mainly: blue. Hex color #534BA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534BA4 is #ACB45B. Grayscale: #575757. Windows color (decimal): -11318364 or 10767187. OLE color: 10767187.

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

Color convert

RGB8375164-
CMYK0.490.5400.36
HSL245.39º37.24%46.86%-
HSV(B)245.39º54.27%64.31%-
XYZ12.789.5536.29-
YUV87.54171.15124.76-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.78%
GREEN value IS 75 (29.69% from 255) = 23.29%
BLUE value IS 164 (64.45% from 255) = 50.93%
R=25.78%
G=23.29%
B=50.93%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal83751640.490.5400.36245.3937.2446.86
Hex534BA43136024f5252f
Octal12311324461660443654557
Binary1010011100101110100100110001110110010010011110101100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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