#5161CB

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

Shades of Free Speech Blue #5161CB

Tints of Free Speech Blue #5161CB

Color information

#5161CB (or 0x5161CB) is unknown color: approx Free Speech Blue. HEX triplet: 51, 61 and CB. RGB value is (81,97,203). Sum of RGB (Red+Green+Blue) = 81+97+203=381 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.26% from 381); Green value is 97 (38.28% from 255 or 25.46% from 381); Blue value is 203 (79.69% from 255 or 53.28% from 381); Max value from RGB is 203 - color contains mainly: blue. Hex color #5161CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5161CB is #AE9E34. Grayscale: #676767. Windows color (decimal): -11443765 or 13328721. OLE color: 13328721.

HSL color Cylindrical-coordinate representation of color #5161CB: hue angle of 232.13º degrees, saturation: 0.54, 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 #5161CB is Cyan = 0.60, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB8197203-
CMYK0.600.5200.20
HSL232.13º53.98%55.69%-
HSV(B)232.13º60.1%79.61%-
XYZ18.4514.6158.35-
YUV104.3183.7111.38-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.26%
GREEN value IS 97 (38.28% from 255) = 25.46%
BLUE value IS 203 (79.69% from 255) = 53.28%
R=21.26%
G=25.46%
B=53.28%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal81972030.600.5200.20232.1353.9855.69
Hex5161CB3C34014e83638
Octal12114131374640243506670
Binary101000111000011100101111110011010001010011101000110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5161CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5161CB; }

 p { color: rgb(81,97,203); }

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

<style>
 a { background-color: #5161CB; }

 a { background-color: rgb(81,97,203); }

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

<style>
 span { border-color: #5161CB; }

 span { border-color: rgb(81,97,203); }

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