Html Css Color HEX #5053DB Free Speech Blue

📋 copy color: '#5053DB'

red 80 ◦ green 83 ◦ blue 219

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

Shades of Free Speech Blue #5053DB

Tints of Free Speech Blue #5053DB

RGB

 RED value IS 80 (31.64% from 255) = 20.94%

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

 BLUE value IS 219 (85.94% from 255) = 57.33%

R = 20.94%
G = 21.73%
B = 57.33%

CMYK

 C value IS 0.63

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5053DB (or 0x5053DB) is known color: Free Speech Blue. HEX triplet: 50, 53 and DB. RGB value is (80,83,219). Sum of RGB (Red+Green+Blue) = 80+83+219=382 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.94% from 382); Green value is 83 (32.81% from 255 or 21.73% from 382); Blue value is 219 (85.94% from 255 or 57.33% from 382); Max value from RGB is 219 - color contains mainly: blue. Hex color #5053DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5053DB is #AFAC24. Grayscale: #616161. Windows color (decimal): -11512869 or 14373712. OLE color: 14373712.

HSL color Cylindrical-coordinate representation of color #5053DB: hue angle of 238.71º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5053DB is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 80 83 219 -
CMYK 0.63 0.62 0 0.14
HSL 238.71º 0.66% 0.59% -
HSV(B) 238.71º 0.63% 0.86% -
XYZ 19.19 13.01 68.52 -
YUV 97.61 196.51 115.44 -
System Red Green Blue C M Y K H S L
Decimal 80 83 219 0.63 0.62 0 0.14 238.71 0.66 0.59
Hex 50 53 DB 3F 3E 0 E EF 42 3B
Octal 120 123 333 77 76 0 16 357 102 73
Binary 1010000 1010011 11011011 111111 111110 0 1110 11101111 1000010 111011

Color Harmonies of #5053DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5053DB

Black with #5053DB

Text Example


Text Example

White with #5053DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5053DB; }

 p { color: rgb(80,83,219); }

 H1.HeaderClassName
 {
   color: #5053DB;
 }
 .AnyTagClassName
 {
   color: #5053DB;
 }
</style>

background-color css

<style>
 a { background-color: #5053DB; }

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

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

border-color css

<style>
 span { border-color: #5053DB; }

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

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