#525BBE

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

Shades of Free Speech Blue #525BBE

Tints of Free Speech Blue #525BBE

Color information

#525BBE (or 0x525BBE) is unknown color: approx Free Speech Blue. HEX triplet: 52, 5B and BE. RGB value is (82,91,190). Sum of RGB (Red+Green+Blue) = 82+91+190=363 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.59% from 363); Green value is 91 (35.94% from 255 or 25.07% from 363); Blue value is 190 (74.61% from 255 or 52.34% from 363); Max value from RGB is 190 - color contains mainly: blue. Hex color #525BBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525BBE is #ADA441. Grayscale: #636363. Windows color (decimal): -11379778 or 12475218. OLE color: 12475218.

HSL color Cylindrical-coordinate representation of color #525BBE: hue angle of 235º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #525BBE is Cyan = 0.57, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8291190-
CMYK0.570.5200.25
HSL235º45.38%53.33%-
HSV(B)235º56.84%74.51%-
XYZ16.5212.9950.35-
YUV99.6179.02115.45-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.59%
GREEN value IS 91 (35.94% from 255) = 25.07%
BLUE value IS 190 (74.61% from 255) = 52.34%
R=22.59%
G=25.07%
B=52.34%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal82911900.570.5200.2523545.3853.33
Hex525BBE3934019eb2d35
Octal12213327671640313535565
Binary101001010110111011111011100111010001100111101011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,91,190); }

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

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

 a { background-color: rgb(82,91,190); }

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

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

 span { border-color: rgb(82,91,190); }

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