#534DC9

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

Shades of Free Speech Blue #534DC9

Tints of Free Speech Blue #534DC9

Color information

#534DC9 (or 0x534DC9) is unknown color: approx Free Speech Blue. HEX triplet: 53, 4D and C9. RGB value is (83,77,201). Sum of RGB (Red+Green+Blue) = 83+77+201=361 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.99% from 361); Green value is 77 (30.47% from 255 or 21.33% from 361); Blue value is 201 (78.91% from 255 or 55.68% from 361); Max value from RGB is 201 - color contains mainly: blue. Hex color #534DC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #534DC9 is #ACB236. Grayscale: #5C5C5C. Windows color (decimal): -11317815 or 13192531. OLE color: 13192531.

HSL color Cylindrical-coordinate representation of color #534DC9: hue angle of 242.9º degrees, saturation: 0.53, 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 #534DC9 is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8377201-
CMYK0.590.6200.21
HSL242.9º53.45%54.51%-
HSV(B)242.9º61.69%78.82%-
XYZ16.7611.3656.57-
YUV92.93188.99120.92-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.99%
GREEN value IS 77 (30.47% from 255) = 21.33%
BLUE value IS 201 (78.91% from 255) = 55.68%
R=22.99%
G=21.33%
B=55.68%

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
Decimal83772010.590.6200.21242.953.4554.51
Hex534DC93B3E015f33537
Octal12311531173760253636567
Binary101001110011011100100111101111111001010111110011110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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