#515FCB

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

Shades of Free Speech Blue #515FCB

Tints of Free Speech Blue #515FCB

Color information

#515FCB (or 0x515FCB) is unknown color: approx Free Speech Blue. HEX triplet: 51, 5F and CB. RGB value is (81,95,203). Sum of RGB (Red+Green+Blue) = 81+95+203=379 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.37% from 379); Green value is 95 (37.5% from 255 or 25.07% from 379); Blue value is 203 (79.69% from 255 or 53.56% from 379); Max value from RGB is 203 - color contains mainly: blue. Hex color #515FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515FCB is #AEA034. Grayscale: #666666. Windows color (decimal): -11444277 or 13328209. OLE color: 13328209.

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

Color convert

RGB8195203-
CMYK0.600.5300.20
HSL233.11º53.98%55.69%-
HSV(B)233.11º60.1%79.61%-
XYZ18.2714.2558.29-
YUV103.13184.36112.22-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.37%
GREEN value IS 95 (37.5% from 255) = 25.07%
BLUE value IS 203 (79.69% from 255) = 53.56%
R=21.37%
G=25.07%
B=53.56%

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
Decimal81952030.600.5300.20233.1153.9855.69
Hex515FCB3C35014e93638
Octal12113731374650243516670
Binary101000110111111100101111110011010101010011101001110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515FCB; }

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

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

<style>
 a { background-color: #515FCB; }

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

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

<style>
 span { border-color: #515FCB; }

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

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