Html Css Color HEX #5052DD Free Speech Blue

📋 copy color: '#5052DD'

red 80 ◦ green 82 ◦ blue 221

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

Shades of Free Speech Blue #5052DD

Tints of Free Speech Blue #5052DD

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.41%

 BLUE value IS 221 (86.72% from 255) = 57.7%

R = 20.89%
G = 21.41%
B = 57.7%

CMYK

 C value IS 0.64

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5052DD (or 0x5052DD) is known color: Free Speech Blue. HEX triplet: 50, 52 and DD. RGB value is (80,82,221). Sum of RGB (Red+Green+Blue) = 80+82+221=383 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.89% from 383); Green value is 82 (32.42% from 255 or 21.41% from 383); Blue value is 221 (86.72% from 255 or 57.70% from 383); Max value from RGB is 221 - color contains mainly: blue. Hex color #5052DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5052DD is #AFAD22. Grayscale: #606060. Windows color (decimal): -11513123 or 14504528. OLE color: 14504528.

HSL color Cylindrical-coordinate representation of color #5052DD: hue angle of 239.15º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5052DD is Cyan = 0.64, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 82 221 -
CMYK 0.64 0.63 0 0.13
HSL 239.15º 0.67% 0.59% -
HSV(B) 239.15º 0.64% 0.87% -
XYZ 19.38 12.96 69.89 -
YUV 97.25 197.84 115.7 -
System Red Green Blue C M Y K H S L
Decimal 80 82 221 0.64 0.63 0 0.13 239.15 0.67 0.59
Hex 50 52 DD 40 3F 0 D EF 43 3B
Octal 120 122 335 100 77 0 15 357 103 73
Binary 1010000 1010010 11011101 1000000 111111 0 1101 11101111 1000011 111011

Color Harmonies of #5052DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5052DD

Black with #5052DD

Text Example


Text Example

White with #5052DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5052DD; }

 p { color: rgb(80,82,221); }

 H1.HeaderClassName
 {
   color: #5052DD;
 }
 .AnyTagClassName
 {
   color: #5052DD;
 }
</style>

background-color css

<style>
 a { background-color: #5052DD; }

 a { background-color: rgb(80,82,221); }

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

border-color css

<style>
 span { border-color: #5052DD; }

 span { border-color: rgb(80,82,221); }

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