Html Css Color HEX #5052D5 Free Speech Blue

📋 copy color: '#5052D5'

red 80 ◦ green 82 ◦ blue 213

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

Shades of Free Speech Blue #5052D5

Tints of Free Speech Blue #5052D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 56.8%

R = 21.33%
G = 21.87%
B = 56.8%

CMYK

 C value IS 0.62

 M value IS 0.62

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5052D5 (or 0x5052D5) is known color: Free Speech Blue. HEX triplet: 50, 52 and D5. RGB value is (80,82,213). Sum of RGB (Red+Green+Blue) = 80+82+213=375 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.33% from 375); Green value is 82 (32.42% from 255 or 21.87% from 375); Blue value is 213 (83.59% from 255 or 56.8% from 375); Max value from RGB is 213 - color contains mainly: blue. Hex color #5052D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5052D5 is #AFAD2A. Grayscale: #5F5F5F. Windows color (decimal): -11513131 or 13980240. OLE color: 13980240.

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

Color convert

RGB 80 82 213 -
CMYK 0.62 0.62 0 0.16
HSL 239.1º 0.61% 0.57% -
HSV(B) 239.1º 0.62% 0.84% -
XYZ 18.34 12.54 64.41 -
YUV 96.34 193.84 116.35 -
System Red Green Blue C M Y K H S L
Decimal 80 82 213 0.62 0.62 0 0.16 239.1 0.61 0.57
Hex 50 52 D5 3E 3E 0 10 EF 3D 39
Octal 120 122 325 76 76 0 20 357 75 71
Binary 1010000 1010010 11010101 111110 111110 0 10000 11101111 111101 111001

Color Harmonies of #5052D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5052D5

Black with #5052D5

Text Example


Text Example

White with #5052D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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