#525BCD

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

Shades of Free Speech Blue #525BCD

Tints of Free Speech Blue #525BCD

Color information

#525BCD (or 0x525BCD) is unknown color: approx Free Speech Blue. HEX triplet: 52, 5B and CD. RGB value is (82,91,205). Sum of RGB (Red+Green+Blue) = 82+91+205=378 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.69% from 378); Green value is 91 (35.94% from 255 or 24.07% from 378); Blue value is 205 (80.47% from 255 or 54.23% from 378); Max value from RGB is 205 - color contains mainly: blue. Hex color #525BCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525BCD is #ADA432. Grayscale: #646464. Windows color (decimal): -11379763 or 13458258. OLE color: 13458258.

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

Color convert

RGB8291205-
CMYK0.60.5600.20
HSL235.61º55.16%56.27%-
HSV(B)235.61º60%80.39%-
XYZ18.2413.6859.44-
YUV101.3186.52114.23-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.69%
GREEN value IS 91 (35.94% from 255) = 24.07%
BLUE value IS 205 (80.47% from 255) = 54.23%
R=21.69%
G=24.07%
B=54.23%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal82912050.60.5600.20235.6155.1656.27
Hex525BCD3C38014ec3738
Octal12213331574700243546770
Binary101001010110111100110111110011100001010011101100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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