#5153CE

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

Shades of Free Speech Blue #5153CE

Tints of Free Speech Blue #5153CE

Color information

#5153CE (or 0x5153CE) is unknown color: approx Free Speech Blue. HEX triplet: 51, 53 and CE. RGB value is (81,83,206). Sum of RGB (Red+Green+Blue) = 81+83+206=370 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.89% from 370); Green value is 83 (32.81% from 255 or 22.43% from 370); Blue value is 206 (80.86% from 255 or 55.68% from 370); Max value from RGB is 206 - color contains mainly: blue. Hex color #5153CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5153CE is #AEAC31. Grayscale: #5F5F5F. Windows color (decimal): -11447346 or 13521745. OLE color: 13521745.

HSL color Cylindrical-coordinate representation of color #5153CE: hue angle of 239.04º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5153CE is Cyan = 0.61, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB8183206-
CMYK0.610.6000.19
HSL239.04º56.05%56.27%-
HSV(B)239.04º60.68%80.78%-
XYZ17.6312.3959.86-
YUV96.42189.84117-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.89%
GREEN value IS 83 (32.81% from 255) = 22.43%
BLUE value IS 206 (80.86% from 255) = 55.68%
R=21.89%
G=22.43%
B=55.68%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal81832060.610.6000.19239.0456.0556.27
Hex5153CE3D3C013ef3838
Octal12112331675740233577070
Binary101000110100111100111011110111110001001111101111111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5153CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5153CE; }

 p { color: rgb(81,83,206); }

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

<style>
 a { background-color: #5153CE; }

 a { background-color: rgb(81,83,206); }

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

<style>
 span { border-color: #5153CE; }

 span { border-color: rgb(81,83,206); }

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