#525dcd

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

Shades of Free Speech Blue #525DCD

Tints of Free Speech Blue #525DCD

Color information

#525DCD (or 0x525DCD) is unknown color: approx Free Speech Blue. HEX triplet: 52, 5D and CD. RGB value is (82,93,205). Sum of RGB (Red+Green+Blue) = 82+93+205=380 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.58% from 380); Green value is 93 (36.72% from 255 or 24.47% from 380); Blue value is 205 (80.47% from 255 or 53.95% from 380); Max value from RGB is 205 - color contains mainly: blue. Hex color #525DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525DCD is #ADA232. Grayscale: #666666. Windows color (decimal): -11379251 or 13458770. OLE color: 13458770.

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

Color convert

RGB8293205-
CMYK0.60.5500.20
HSL234.63º55.16%56.27%-
HSV(B)234.63º60%80.39%-
XYZ18.4114.0359.5-
YUV102.48185.86113.39-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.58%
GREEN value IS 93 (36.72% from 255) = 24.47%
BLUE value IS 205 (80.47% from 255) = 53.95%
R=21.58%
G=24.47%
B=53.95%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal82932050.60.5500.20234.6355.1656.27
Hex525DCD3C37014eb3738
Octal12213531574670243536770
Binary101001010111011100110111110011011101010011101011110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525dcd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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