Html Css Color HEX #5053CB Free Speech Blue

📋 copy color: '#5053CB'

red 80 ◦ green 83 ◦ blue 203

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

Shades of Free Speech Blue #5053CB

Tints of Free Speech Blue #5053CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 55.46%

R = 21.86%
G = 22.68%
B = 55.46%

CMYK

 C value IS 0.61

 M value IS 0.59

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5053CB (or 0x5053CB) is known color: Free Speech Blue. HEX triplet: 50, 53 and CB. RGB value is (80,83,203). Sum of RGB (Red+Green+Blue) = 80+83+203=366 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.86% from 366); Green value is 83 (32.81% from 255 or 22.68% from 366); Blue value is 203 (79.69% from 255 or 55.46% from 366); Max value from RGB is 203 - color contains mainly: blue. Hex color #5053CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5053CB is #AFAC34. Grayscale: #5F5F5F. Windows color (decimal): -11512885 or 13325136. OLE color: 13325136.

HSL color Cylindrical-coordinate representation of color #5053CB: hue angle of 238.54º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5053CB is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 80 83 203 -
CMYK 0.61 0.59 0 0.20
HSL 238.54º 0.54% 0.55% -
HSV(B) 238.54º 0.61% 0.8% -
XYZ 17.18 12.2 57.95 -
YUV 95.78 188.51 116.74 -
System Red Green Blue C M Y K H S L
Decimal 80 83 203 0.61 0.59 0 0.20 238.54 0.54 0.55
Hex 50 53 CB 3D 3B 0 14 EF 36 37
Octal 120 123 313 75 73 0 24 357 66 67
Binary 1010000 1010011 11001011 111101 111011 0 10100 11101111 110110 110111

Color Harmonies of #5053CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5053CB

Black with #5053CB

Text Example


Text Example

White with #5053CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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