#525ACB

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

Shades of Free Speech Blue #525ACB

Tints of Free Speech Blue #525ACB

Color information

#525ACB (or 0x525ACB) is unknown color: approx Free Speech Blue. HEX triplet: 52, 5A and CB. RGB value is (82,90,203). Sum of RGB (Red+Green+Blue) = 82+90+203=375 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.87% from 375); Green value is 90 (35.55% from 255 or 24% from 375); Blue value is 203 (79.69% from 255 or 54.13% from 375); Max value from RGB is 203 - color contains mainly: blue. Hex color #525ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525ACB is #ADA534. Grayscale: #646464. Windows color (decimal): -11380021 or 13326930. OLE color: 13326930.

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

Color convert

RGB8290203-
CMYK0.600.5600.20
HSL236.03º53.78%55.88%-
HSV(B)236.03º59.61%79.61%-
XYZ17.9213.4258.15-
YUV100.49185.85114.81-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.87%
GREEN value IS 90 (35.55% from 255) = 24%
BLUE value IS 203 (79.69% from 255) = 54.13%
R=21.87%
G=24%
B=54.13%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal82902030.600.5600.20236.0353.7855.88
Hex525ACB3C38014ec3638
Octal12213231374700243546670
Binary101001010110101100101111110011100001010011101100110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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