#5165C9

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

Shades of Free Speech Blue #5165C9

Tints of Free Speech Blue #5165C9

Color information

#5165C9 (or 0x5165C9) is unknown color: approx Free Speech Blue. HEX triplet: 51, 65 and C9. RGB value is (81,101,201). Sum of RGB (Red+Green+Blue) = 81+101+201=383 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.15% from 383); Green value is 101 (39.84% from 255 or 26.37% from 383); Blue value is 201 (78.91% from 255 or 52.48% from 383); Max value from RGB is 201 - color contains mainly: blue. Hex color #5165C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5165C9 is #AE9A36. Grayscale: #6A6A6A. Windows color (decimal): -11442743 or 13198673. OLE color: 13198673.

HSL color Cylindrical-coordinate representation of color #5165C9: hue angle of 230º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5165C9 is Cyan = 0.60, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB81101201-
CMYK0.600.5000.21
HSL230º52.63%55.29%-
HSV(B)230º59.7%78.82%-
XYZ18.5915.2757.23-
YUV106.42181.37109.87-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.15%
GREEN value IS 101 (39.84% from 255) = 26.37%
BLUE value IS 201 (78.91% from 255) = 52.48%
R=21.15%
G=26.37%
B=52.48%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal811012010.600.5000.2123052.6355.29
Hex5165C93C32015e63537
Octal12114531174620253466567
Binary101000111001011100100111110011001001010111100110110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5165C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5165C9; }

 p { color: rgb(81,101,201); }

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

<style>
 a { background-color: #5165C9; }

 a { background-color: rgb(81,101,201); }

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

<style>
 span { border-color: #5165C9; }

 span { border-color: rgb(81,101,201); }

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