#5361CD

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

Shades of Free Speech Blue #5361CD

Tints of Free Speech Blue #5361CD

Color information

#5361CD (or 0x5361CD) is unknown color: approx Free Speech Blue. HEX triplet: 53, 61 and CD. RGB value is (83,97,205). Sum of RGB (Red+Green+Blue) = 83+97+205=385 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.56% from 385); Green value is 97 (38.28% from 255 or 25.19% from 385); Blue value is 205 (80.47% from 255 or 53.25% from 385); Max value from RGB is 205 - color contains mainly: blue. Hex color #5361CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5361CD is #AC9E32. Grayscale: #686868. Windows color (decimal): -11312691 or 13459795. OLE color: 13459795.

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

Color convert

RGB8397205-
CMYK0.600.5300.20
HSL233.11º54.95%56.47%-
HSV(B)233.11º59.51%80.39%-
XYZ18.8614.859.62-
YUV105.13184.36112.22-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.56%
GREEN value IS 97 (38.28% from 255) = 25.19%
BLUE value IS 205 (80.47% from 255) = 53.25%
R=21.56%
G=25.19%
B=53.25%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal83972050.600.5300.20233.1154.9556.47
Hex5361CD3C35014e93738
Octal12314131574650243516770
Binary101001111000011100110111110011010101010011101001110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5361CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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