#5151CD

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

Shades of Free Speech Blue #5151CD

Tints of Free Speech Blue #5151CD

Color information

#5151CD (or 0x5151CD) is unknown color: approx Free Speech Blue. HEX triplet: 51, 51 and CD. RGB value is (81,81,205). Sum of RGB (Red+Green+Blue) = 81+81+205=367 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.07% from 367); Green value is 81 (32.03% from 255 or 22.07% from 367); Blue value is 205 (80.47% from 255 or 55.86% from 367); Max value from RGB is 205 - color contains mainly: blue. Hex color #5151CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5151CD is #AEAE32. Grayscale: #5E5E5E. Windows color (decimal): -11447859 or 13455697. OLE color: 13455697.

HSL color Cylindrical-coordinate representation of color #5151CD: hue angle of 240º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5151CD is Cyan = 0.60, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB8181205-
CMYK0.600.6000.20
HSL240º55.36%56.08%-
HSV(B)240º60.49%80.39%-
XYZ17.3612.0459.17-
YUV95.14190117.92-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.07%
GREEN value IS 81 (32.03% from 255) = 22.07%
BLUE value IS 205 (80.47% from 255) = 55.86%
R=22.07%
G=22.07%
B=55.86%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal81812050.600.6000.2024055.3656.08
Hex5151CD3C3C014f03738
Octal12112131574740243606770
Binary101000110100011100110111110011110001010011110000110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5151CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5151CD; }

 p { color: rgb(81,81,205); }

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

<style>
 a { background-color: #5151CD; }

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

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

<style>
 span { border-color: #5151CD; }

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

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