#525FBD

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

Shades of Free Speech Blue #525FBD

Tints of Free Speech Blue #525FBD

Color information

#525FBD (or 0x525FBD) is unknown color: approx Free Speech Blue. HEX triplet: 52, 5F and BD. RGB value is (82,95,189). Sum of RGB (Red+Green+Blue) = 82+95+189=366 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.40% from 366); Green value is 95 (37.5% from 255 or 25.96% from 366); Blue value is 189 (74.22% from 255 or 51.64% from 366); Max value from RGB is 189 - color contains mainly: blue. Hex color #525FBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525FBD is #ADA042. Grayscale: #656565. Windows color (decimal): -11378755 or 12410706. OLE color: 12410706.

HSL color Cylindrical-coordinate representation of color #525FBD: hue angle of 232.71º 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 #525FBD is Cyan = 0.57, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8295189-
CMYK0.570.5000.26
HSL232.71º44.77%53.14%-
HSV(B)232.71º56.61%74.12%-
XYZ16.7613.6549.9-
YUV101.83177.19113.86-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.40%
GREEN value IS 95 (37.5% from 255) = 25.96%
BLUE value IS 189 (74.22% from 255) = 51.64%
R=22.40%
G=25.96%
B=51.64%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal82951890.570.5000.26232.7144.7753.14
Hex525FBD393201Ae92d35
Octal12213727571620323515565
Binary101001010111111011110111100111001001101011101001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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