#525ACC

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

Shades of Free Speech Blue #525ACC

Tints of Free Speech Blue #525ACC

Color information

#525ACC (or 0x525ACC) is unknown color: approx Free Speech Blue. HEX triplet: 52, 5A and CC. RGB value is (82,90,204). Sum of RGB (Red+Green+Blue) = 82+90+204=376 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.81% from 376); Green value is 90 (35.55% from 255 or 23.94% from 376); Blue value is 204 (80.08% from 255 or 54.26% from 376); Max value from RGB is 204 - color contains mainly: blue. Hex color #525ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525ACC is #ADA533. Grayscale: #646464. Windows color (decimal): -11380020 or 13392466. OLE color: 13392466.

HSL color Cylindrical-coordinate representation of color #525ACC: hue angle of 236.07º degrees, saturation: 0.54, 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 #525ACC is Cyan = 0.60, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB8290204-
CMYK0.600.5600.2
HSL236.07º54.46%56.08%-
HSV(B)236.07º59.8%80%-
XYZ18.0313.4758.78-
YUV100.6186.35114.73-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.81%
GREEN value IS 90 (35.55% from 255) = 23.94%
BLUE value IS 204 (80.08% from 255) = 54.26%
R=21.81%
G=23.94%
B=54.26%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal82902040.600.5600.2236.0754.4656.08
Hex525ACC3C38014ec3638
Octal12213231474700243546670
Binary101001010110101100110011110011100001010011101100110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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