#5157CE

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

Shades of Free Speech Blue #5157CE

Tints of Free Speech Blue #5157CE

Color information

#5157CE (or 0x5157CE) is unknown color: approx Free Speech Blue. HEX triplet: 51, 57 and CE. RGB value is (81,87,206). Sum of RGB (Red+Green+Blue) = 81+87+206=374 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.66% from 374); Green value is 87 (34.38% from 255 or 23.26% from 374); Blue value is 206 (80.86% from 255 or 55.08% from 374); Max value from RGB is 206 - color contains mainly: blue. Hex color #5157CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5157CE is #AEA831. Grayscale: #626262. Windows color (decimal): -11446322 or 13522769. OLE color: 13522769.

HSL color Cylindrical-coordinate representation of color #5157CE: hue angle of 237.12º 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 #5157CE is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB8187206-
CMYK0.610.5800.19
HSL237.12º56.05%56.27%-
HSV(B)237.12º60.68%80.78%-
XYZ17.9413.0259.96-
YUV98.77188.51115.32-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.66%
GREEN value IS 87 (34.38% from 255) = 23.26%
BLUE value IS 206 (80.86% from 255) = 55.08%
R=21.66%
G=23.26%
B=55.08%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal81872060.610.5800.19237.1256.0556.27
Hex5157CE3D3A013ed3838
Octal12112731675720233557070
Binary101000110101111100111011110111101001001111101101111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5157CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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