Html Css Color HEX #5253D6 Free Speech Blue

📋 copy color: '#5253D6'

red 82 ◦ green 83 ◦ blue 214

#5253D6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Blue #5253D6

Tints of Free Speech Blue #5253D6

RGB

 RED value IS 82 (32.42% from 255) = 21.64%

 GREEN value IS 83 (32.81% from 255) = 21.9%

 BLUE value IS 214 (83.98% from 255) = 56.46%

R = 21.64%
G = 21.9%
B = 56.46%

CMYK

 C value IS 0.62

 M value IS 0.61

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5253D6 (or 0x5253D6) is known color: Free Speech Blue. HEX triplet: 52, 53 and D6. RGB value is (82,83,214). Sum of RGB (Red+Green+Blue) = 82+83+214=379 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.64% from 379); Green value is 83 (32.81% from 255 or 21.90% from 379); Blue value is 214 (83.98% from 255 or 56.46% from 379); Max value from RGB is 214 - color contains mainly: blue. Hex color #5253D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5253D6 is #ADAC29. Grayscale: #616161. Windows color (decimal): -11381802 or 14046034. OLE color: 14046034.

HSL color Cylindrical-coordinate representation of color #5253D6: hue angle of 239.55º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5253D6 is Cyan = 0.62, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 82 83 214 -
CMYK 0.62 0.61 0 0.16
HSL 239.55º 0.62% 0.58% -
HSV(B) 239.55º 0.62% 0.84% -
XYZ 18.71 12.84 65.11 -
YUV 97.64 193.67 116.85 -
System Red Green Blue C M Y K H S L
Decimal 82 83 214 0.62 0.61 0 0.16 239.55 0.62 0.58
Hex 52 53 D6 3E 3D 0 10 F0 3E 3A
Octal 122 123 326 76 75 0 20 360 76 72
Binary 1010010 1010011 11010110 111110 111101 0 10000 11110000 111110 111010

Color Harmonies of #5253D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5253D6

Black with #5253D6

Text Example


Text Example

White with #5253D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5253D6; }

 p { color: rgb(82,83,214); }

 H1.HeaderClassName
 {
   color: #5253D6;
 }
 .AnyTagClassName
 {
   color: #5253D6;
 }
</style>

background-color css

<style>
 a { background-color: #5253D6; }

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

 div.DivClassName
 {
   background-color: #5253D6;
 }
 .BgClassName
 {
   background-color: #5253D6;
 }
</style>

border-color css

<style>
 span { border-color: #5253D6; }

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

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