#5260CD

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

Shades of Free Speech Blue #5260CD

Tints of Free Speech Blue #5260CD

Color information

#5260CD (or 0x5260CD) is unknown color: approx Free Speech Blue. HEX triplet: 52, 60 and CD. RGB value is (82,96,205). Sum of RGB (Red+Green+Blue) = 82+96+205=383 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.41% from 383); Green value is 96 (37.89% from 255 or 25.07% from 383); Blue value is 205 (80.47% from 255 or 53.52% from 383); Max value from RGB is 205 - color contains mainly: blue. Hex color #5260CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5260CD is #AD9F32. Grayscale: #676767. Windows color (decimal): -11378483 or 13459538. OLE color: 13459538.

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

Color convert

RGB8296205-
CMYK0.60.5300.20
HSL233.17º55.16%56.27%-
HSV(B)233.17º60%80.39%-
XYZ18.6814.5759.58-
YUV104.24184.86112.14-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.41%
GREEN value IS 96 (37.89% from 255) = 25.07%
BLUE value IS 205 (80.47% from 255) = 53.52%
R=21.41%
G=25.07%
B=53.52%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal82962050.60.5300.20233.1755.1656.27
Hex5260CD3C35014e93738
Octal12214031574650243516770
Binary101001011000001100110111110011010101010011101001110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5260CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5260CD; }

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

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

<style>
 a { background-color: #5260CD; }

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

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

<style>
 span { border-color: #5260CD; }

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

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