Html Css Color HEX #5052BD Free Speech Blue

📋 copy color: '#5052BD'

red 80 ◦ green 82 ◦ blue 189

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

Shades of Free Speech Blue #5052BD

Tints of Free Speech Blue #5052BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 53.85%

R = 22.79%
G = 23.36%
B = 53.85%

CMYK

 C value IS 0.58

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5052BD (or 0x5052BD) is known color: Free Speech Blue. HEX triplet: 50, 52 and BD. RGB value is (80,82,189). Sum of RGB (Red+Green+Blue) = 80+82+189=351 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.79% from 351); Green value is 82 (32.42% from 255 or 23.36% from 351); Blue value is 189 (74.22% from 255 or 53.85% from 351); Max value from RGB is 189 - color contains mainly: blue. Hex color #5052BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5052BD is #AFAD42. Grayscale: #5D5D5D. Windows color (decimal): -11513155 or 12407376. OLE color: 12407376.

HSL color Cylindrical-coordinate representation of color #5052BD: hue angle of 238.9º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5052BD is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 80 82 189 -
CMYK 0.58 0.57 0 0.26
HSL 238.9º 0.45% 0.53% -
HSV(B) 238.9º 0.58% 0.74% -
XYZ 15.51 11.41 49.53 -
YUV 93.6 181.84 118.3 -
System Red Green Blue C M Y K H S L
Decimal 80 82 189 0.58 0.57 0 0.26 238.9 0.45 0.53
Hex 50 52 BD 3A 39 0 1A EF 2D 35
Octal 120 122 275 72 71 0 32 357 55 65
Binary 1010000 1010010 10111101 111010 111001 0 11010 11101111 101101 110101

Color Harmonies of #5052BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5052BD

Black with #5052BD

Text Example


Text Example

White with #5052BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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