#515CCC

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

Shades of Free Speech Blue #515CCC

Tints of Free Speech Blue #515CCC

Color information

#515CCC (or 0x515CCC) is unknown color: approx Free Speech Blue. HEX triplet: 51, 5C and CC. RGB value is (81,92,204). Sum of RGB (Red+Green+Blue) = 81+92+204=377 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.49% from 377); Green value is 92 (36.33% from 255 or 24.40% from 377); Blue value is 204 (80.08% from 255 or 54.11% from 377); Max value from RGB is 204 - color contains mainly: blue. Hex color #515CCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515CCC is #AEA333. Grayscale: #656565. Windows color (decimal): -11445044 or 13392977. OLE color: 13392977.

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

Color convert

RGB8192204-
CMYK0.600.5500.2
HSL234.63º54.67%55.88%-
HSV(B)234.63º60.29%80%-
XYZ18.1213.7658.83-
YUV101.48185.86113.39-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.49%
GREEN value IS 92 (36.33% from 255) = 24.40%
BLUE value IS 204 (80.08% from 255) = 54.11%
R=21.49%
G=24.40%
B=54.11%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal81922040.600.5500.2234.6354.6755.88
Hex515CCC3C37014eb3738
Octal12113431474670243536770
Binary101000110111001100110011110011011101010011101011110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,92,204); }

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

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

 a { background-color: rgb(81,92,204); }

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

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

 span { border-color: rgb(81,92,204); }

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