#525ACD

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

Shades of Free Speech Blue #525ACD

Tints of Free Speech Blue #525ACD

Color information

#525ACD (or 0x525ACD) is unknown color: approx Free Speech Blue. HEX triplet: 52, 5A and CD. RGB value is (82,90,205). Sum of RGB (Red+Green+Blue) = 82+90+205=377 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.75% from 377); Green value is 90 (35.55% from 255 or 23.87% from 377); Blue value is 205 (80.47% from 255 or 54.38% from 377); Max value from RGB is 205 - color contains mainly: blue. Hex color #525ACD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525ACD is #ADA532. Grayscale: #646464. Windows color (decimal): -11380019 or 13458002. OLE color: 13458002.

HSL color Cylindrical-coordinate representation of color #525ACD: hue angle of 236.1º 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 #525ACD is Cyan = 0.6, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB8290205-
CMYK0.60.5600.20
HSL236.1º55.16%56.27%-
HSV(B)236.1º60%80.39%-
XYZ18.1613.5159.41-
YUV100.72186.85114.65-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.75%
GREEN value IS 90 (35.55% from 255) = 23.87%
BLUE value IS 205 (80.47% from 255) = 54.38%
R=21.75%
G=23.87%
B=54.38%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal82902050.60.5600.20236.155.1656.27
Hex525ACD3C38014ec3738
Octal12213231574700243546770
Binary101001010110101100110111110011100001010011101100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525ACD; }

 p { color: rgb(82,90,205); }

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

<style>
 a { background-color: #525ACD; }

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

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

<style>
 span { border-color: #525ACD; }

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

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