#534DCA

Color #534DCA Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #534DCA

Tints of Free Speech Blue #534DCA

Color information

#534DCA (or 0x534DCA) is unknown color: approx Free Speech Blue. HEX triplet: 53, 4D and CA. RGB value is (83,77,202). Sum of RGB (Red+Green+Blue) = 83+77+202=362 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.93% from 362); Green value is 77 (30.47% from 255 or 21.27% from 362); Blue value is 202 (79.30% from 255 or 55.80% from 362); Max value from RGB is 202 - color contains mainly: blue. Hex color #534DCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #534DCA is #ACB235. Grayscale: #5C5C5C. Windows color (decimal): -11317814 or 13258067. OLE color: 13258067.

HSL color Cylindrical-coordinate representation of color #534DCA: hue angle of 242.88º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #534DCA is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8377202-
CMYK0.590.6200.21
HSL242.88º54.11%54.71%-
HSV(B)242.88º61.88%79.22%-
XYZ16.8811.4157.19-
YUV93.04189.49120.84-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.93%
GREEN value IS 77 (30.47% from 255) = 21.27%
BLUE value IS 202 (79.30% from 255) = 55.80%
R=22.93%
G=21.27%
B=55.80%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal83772020.590.6200.21242.8854.1154.71
Hex534DCA3B3E015f33637
Octal12311531273760253636667
Binary101001110011011100101011101111111001010111110011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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