#525BBD

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

Shades of Free Speech Blue #525BBD

Tints of Free Speech Blue #525BBD

Color information

#525BBD (or 0x525BBD) is unknown color: approx Free Speech Blue. HEX triplet: 52, 5B and BD. RGB value is (82,91,189). Sum of RGB (Red+Green+Blue) = 82+91+189=362 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.65% from 362); Green value is 91 (35.94% from 255 or 25.14% from 362); Blue value is 189 (74.22% from 255 or 52.21% from 362); Max value from RGB is 189 - color contains mainly: blue. Hex color #525BBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525BBD is #ADA442. Grayscale: #636363. Windows color (decimal): -11379779 or 12409682. OLE color: 12409682.

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

Color convert

RGB8291189-
CMYK0.570.5200.26
HSL234.95º44.77%53.14%-
HSV(B)234.95º56.61%74.12%-
XYZ16.4112.9549.78-
YUV99.48178.52115.53-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.65%
GREEN value IS 91 (35.94% from 255) = 25.14%
BLUE value IS 189 (74.22% from 255) = 52.21%
R=22.65%
G=25.14%
B=52.21%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal82911890.570.5200.26234.9544.7753.14
Hex525BBD393401Aeb2d35
Octal12213327571640323535565
Binary101001010110111011110111100111010001101011101011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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