#5248CB

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

Shades of Free Speech Blue #5248CB

Tints of Free Speech Blue #5248CB

Color information

#5248CB (or 0x5248CB) is unknown color: approx Free Speech Blue. HEX triplet: 52, 48 and CB. RGB value is (82,72,203). Sum of RGB (Red+Green+Blue) = 82+72+203=357 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.97% from 357); Green value is 72 (28.52% from 255 or 20.17% from 357); Blue value is 203 (79.69% from 255 or 56.86% from 357); Max value from RGB is 203 - color contains mainly: blue. Hex color #5248CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5248CB is #ADB734. Grayscale: #595959. Windows color (decimal): -11384629 or 13322322. OLE color: 13322322.

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

Color convert

RGB8272203-
CMYK0.600.6500.20
HSL244.58º55.74%53.92%-
HSV(B)244.58º64.53%79.61%-
XYZ16.5810.7457.7-
YUV89.92191.81122.35-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.97%
GREEN value IS 72 (28.52% from 255) = 20.17%
BLUE value IS 203 (79.69% from 255) = 56.86%
R=22.97%
G=20.17%
B=56.86%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal82722030.600.6500.20244.5855.7453.92
Hex5248CB3C41014f53836
Octal122110313741010243657066
Binary1010010100100011001011111100100000101010011110101111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5248CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5248CB; }

 p { color: rgb(82,72,203); }

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

<style>
 a { background-color: #5248CB; }

 a { background-color: rgb(82,72,203); }

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

<style>
 span { border-color: #5248CB; }

 span { border-color: rgb(82,72,203); }

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