#5261CD

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

Shades of Free Speech Blue #5261CD

Tints of Free Speech Blue #5261CD

Color information

#5261CD (or 0x5261CD) is unknown color: approx Free Speech Blue. HEX triplet: 52, 61 and CD. RGB value is (82,97,205). Sum of RGB (Red+Green+Blue) = 82+97+205=384 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.35% from 384); Green value is 97 (38.28% from 255 or 25.26% from 384); Blue value is 205 (80.47% from 255 or 53.39% from 384); Max value from RGB is 205 - color contains mainly: blue. Hex color #5261CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5261CD is #AD9E32. Grayscale: #686868. Windows color (decimal): -11378227 or 13459794. OLE color: 13459794.

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

Color convert

RGB8297205-
CMYK0.60.5300.20
HSL232.68º55.16%56.27%-
HSV(B)232.68º60%80.39%-
XYZ18.7714.7559.62-
YUV104.83184.53111.72-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.35%
GREEN value IS 97 (38.28% from 255) = 25.26%
BLUE value IS 205 (80.47% from 255) = 53.39%
R=21.35%
G=25.26%
B=53.39%

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
Decimal82972050.60.5300.20232.6855.1656.27
Hex5261CD3C35014e93738
Octal12214131574650243516770
Binary101001011000011100110111110011010101010011101001110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5261CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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