#5053C9

Color #5053C9 Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #5053C9

Tints of Free Speech Blue #5053C9

Color information

#5053C9 (or 0x5053C9) is unknown color: approx Free Speech Blue. HEX triplet: 50, 53 and C9. RGB value is (80,83,201). Sum of RGB (Red+Green+Blue) = 80+83+201=364 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.98% from 364); Green value is 83 (32.81% from 255 or 22.80% from 364); Blue value is 201 (78.91% from 255 or 55.22% from 364); Max value from RGB is 201 - color contains mainly: blue. Hex color #5053C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5053C9 is #AFAC36. Grayscale: #5F5F5F. Windows color (decimal): -11512887 or 13194064. OLE color: 13194064.

HSL color Cylindrical-coordinate representation of color #5053C9: hue angle of 238.51º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5053C9 is Cyan = 0.60, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8083201-
CMYK0.600.5900.21
HSL238.51º52.84%55.1%-
HSV(B)238.51º60.2%78.82%-
XYZ16.9412.1156.7-
YUV95.56187.51116.91-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.98%
GREEN value IS 83 (32.81% from 255) = 22.80%
BLUE value IS 201 (78.91% from 255) = 55.22%
R=21.98%
G=22.80%
B=55.22%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal80832010.600.5900.21238.5152.8455.1
Hex5053C93C3B015ef3537
Octal12012331174730253576567
Binary101000010100111100100111110011101101010111101111110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5053C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5053C9;
 }
 .AnyTagClassName
 {
   color: #5053C9;
 }
</style>
background-color css

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

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

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

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

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

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