#5251CC

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

Shades of Free Speech Blue #5251CC

Tints of Free Speech Blue #5251CC

Color information

#5251CC (or 0x5251CC) is unknown color: approx Free Speech Blue. HEX triplet: 52, 51 and CC. RGB value is (82,81,204). Sum of RGB (Red+Green+Blue) = 82+81+204=367 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.34% from 367); Green value is 81 (32.03% from 255 or 22.07% from 367); Blue value is 204 (80.08% from 255 or 55.59% from 367); Max value from RGB is 204 - color contains mainly: blue. Hex color #5251CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5251CC is #ADAE33. Grayscale: #5E5E5E. Windows color (decimal): -11382324 or 13390162. OLE color: 13390162.

HSL color Cylindrical-coordinate representation of color #5251CC: hue angle of 240.49º 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 #5251CC is Cyan = 0.60, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB8281204-
CMYK0.600.6000.2
HSL240.49º54.67%55.88%-
HSV(B)240.49º60.29%80%-
XYZ17.3212.0458.54-
YUV95.32189.33118.5-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.34%
GREEN value IS 81 (32.03% from 255) = 22.07%
BLUE value IS 204 (80.08% from 255) = 55.59%
R=22.34%
G=22.07%
B=55.59%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal82812040.600.6000.2240.4954.6755.88
Hex5251CC3C3C014f03738
Octal12212131474740243606770
Binary101001010100011100110011110011110001010011110000110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5251CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5251CC; }

 p { color: rgb(82,81,204); }

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

<style>
 a { background-color: #5251CC; }

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

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

<style>
 span { border-color: #5251CC; }

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

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