#534AA4

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

Shades of Governor Bay #534AA4

Tints of Governor Bay #534AA4

Color information

#534AA4 (or 0x534AA4) is unknown color: approx Governor Bay. HEX triplet: 53, 4A and A4. RGB value is (83,74,164). Sum of RGB (Red+Green+Blue) = 83+74+164=321 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.86% from 321); Green value is 74 (29.30% from 255 or 23.05% from 321); Blue value is 164 (64.45% from 255 or 51.09% from 321); Max value from RGB is 164 - color contains mainly: blue. Hex color #534AA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534AA4 is #ACB55B. Grayscale: #565656. Windows color (decimal): -11318620 or 10766931. OLE color: 10766931.

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

Color convert

RGB8374164-
CMYK0.490.5500.36
HSL246º37.82%46.67%-
HSV(B)246º54.88%64.31%-
XYZ12.729.4236.27-
YUV86.95171.48125.18-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.86%
GREEN value IS 74 (29.30% from 255) = 23.05%
BLUE value IS 164 (64.45% from 255) = 51.09%
R=25.86%
G=23.05%
B=51.09%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal83741640.490.5500.3624637.8246.67
Hex534AA43137024f6262f
Octal12311224461670443664657
Binary1010011100101010100100110001110111010010011110110100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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