#5157CA

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

Shades of Free Speech Blue #5157CA

Tints of Free Speech Blue #5157CA

Color information

#5157CA (or 0x5157CA) is unknown color: approx Free Speech Blue. HEX triplet: 51, 57 and CA. RGB value is (81,87,202). Sum of RGB (Red+Green+Blue) = 81+87+202=370 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.89% from 370); Green value is 87 (34.38% from 255 or 23.51% from 370); Blue value is 202 (79.30% from 255 or 54.59% from 370); Max value from RGB is 202 - color contains mainly: blue. Hex color #5157CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5157CA is #AEA835. Grayscale: #616161. Windows color (decimal): -11446326 or 13260625. OLE color: 13260625.

HSL color Cylindrical-coordinate representation of color #5157CA: hue angle of 237.02º 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 #5157CA is Cyan = 0.60, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8187202-
CMYK0.600.5700.21
HSL237.02º53.3%55.49%-
HSV(B)237.02º59.9%79.22%-
XYZ17.4612.8357.43-
YUV98.32186.51115.65-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.89%
GREEN value IS 87 (34.38% from 255) = 23.51%
BLUE value IS 202 (79.30% from 255) = 54.59%
R=21.89%
G=23.51%
B=54.59%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal81872020.600.5700.21237.0253.355.49
Hex5157CA3C39015ed3537
Octal12112731274710253556567
Binary101000110101111100101011110011100101010111101101110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5157CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5157CA; }

 p { color: rgb(81,87,202); }

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

<style>
 a { background-color: #5157CA; }

 a { background-color: rgb(81,87,202); }

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

<style>
 span { border-color: #5157CA; }

 span { border-color: rgb(81,87,202); }

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