#5353D4

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

Shades of Free Speech Blue #5353D4

Tints of Free Speech Blue #5353D4

Color information

#5353D4 (or 0x5353D4) is unknown color: approx Free Speech Blue. HEX triplet: 53, 53 and D4. RGB value is (83,83,212). Sum of RGB (Red+Green+Blue) = 83+83+212=378 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.96% from 378); Green value is 83 (32.81% from 255 or 21.96% from 378); Blue value is 212 (83.20% from 255 or 56.08% from 378); Max value from RGB is 212 - color contains mainly: blue. Hex color #5353D4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5353D4 is #ACAC2B. Grayscale: #616161. Windows color (decimal): -11316268 or 13914963. OLE color: 13914963.

HSL color Cylindrical-coordinate representation of color #5353D4: hue angle of 240º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5353D4 is Cyan = 0.61, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB8383212-
CMYK0.610.6100.17
HSL240º60%57.84%-
HSV(B)240º60.85%83.14%-
XYZ18.5412.7863.78-
YUV97.71192.5117.51-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.96%
GREEN value IS 83 (32.81% from 255) = 21.96%
BLUE value IS 212 (83.20% from 255) = 56.08%
R=21.96%
G=21.96%
B=56.08%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal83832120.610.6100.172406057.84
Hex5353D43D3D011f03c3a
Octal12312332475750213607472
Binary101001110100111101010011110111110101000111110000111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5353D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5353D4; }

 p { color: rgb(83,83,212); }

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

<style>
 a { background-color: #5353D4; }

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

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

<style>
 span { border-color: #5353D4; }

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

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