#524FCC

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

Shades of Free Speech Blue #524FCC

Tints of Free Speech Blue #524FCC

Color information

#524FCC (or 0x524FCC) is unknown color: approx Free Speech Blue. HEX triplet: 52, 4F and CC. RGB value is (82,79,204). Sum of RGB (Red+Green+Blue) = 82+79+204=365 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.47% from 365); Green value is 79 (31.25% from 255 or 21.64% from 365); Blue value is 204 (80.08% from 255 or 55.89% from 365); Max value from RGB is 204 - color contains mainly: blue. Hex color #524FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #524FCC is #ADB033. Grayscale: #5D5D5D. Windows color (decimal): -11382836 or 13389650. OLE color: 13389650.

HSL color Cylindrical-coordinate representation of color #524FCC: hue angle of 241.44º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #524FCC is Cyan = 0.60, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB8279204-
CMYK0.600.6100.2
HSL241.44º55.07%55.49%-
HSV(B)241.44º61.27%80%-
XYZ17.1711.7558.49-
YUV94.15189.99119.34-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.47%
GREEN value IS 79 (31.25% from 255) = 21.64%
BLUE value IS 204 (80.08% from 255) = 55.89%
R=22.47%
G=21.64%
B=55.89%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal82792040.600.6100.2241.4455.0755.49
Hex524FCC3C3D014f13737
Octal12211731474750243616767
Binary101001010011111100110011110011110101010011110001110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524FCC; }

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

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

<style>
 a { background-color: #524FCC; }

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

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

<style>
 span { border-color: #524FCC; }

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

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