Html Css Color HEX #514ACE Free Speech Blue

📋 copy color: '#514ACE'

red 81 ◦ green 74 ◦ blue 206

#514ACE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Blue #514ACE

Tints of Free Speech Blue #514ACE

RGB

 RED value IS 81 (32.03% from 255) = 22.44%

 GREEN value IS 74 (29.3% from 255) = 20.5%

 BLUE value IS 206 (80.86% from 255) = 57.06%

R = 22.44%
G = 20.5%
B = 57.06%

CMYK

 C value IS 0.61

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#514ACE (or 0x514ACE) is known color: Free Speech Blue. HEX triplet: 51, 4A and CE. RGB value is (81,74,206). Sum of RGB (Red+Green+Blue) = 81+74+206=361 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.44% from 361); Green value is 74 (29.30% from 255 or 20.50% from 361); Blue value is 206 (80.86% from 255 or 57.06% from 361); Max value from RGB is 206 - color contains mainly: blue. Hex color #514ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #514ACE is #AEB531. Grayscale: #5A5A5A. Windows color (decimal): -11449650 or 13519441. OLE color: 13519441.

HSL color Cylindrical-coordinate representation of color #514ACE: hue angle of 243.18º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #514ACE is Cyan = 0.61, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 81 74 206 -
CMYK 0.61 0.64 0 0.19
HSL 243.18º 0.57% 0.55% -
HSV(B) 243.18º 0.64% 0.81% -
XYZ 16.98 11.1 59.64 -
YUV 91.14 192.82 120.77 -
System Red Green Blue C M Y K H S L
Decimal 81 74 206 0.61 0.64 0 0.19 243.18 0.57 0.55
Hex 51 4A CE 3D 40 0 13 F3 39 37
Octal 121 112 316 75 100 0 23 363 71 67
Binary 1010001 1001010 11001110 111101 1000000 0 10011 11110011 111001 110111

Color Harmonies of #514ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514ACE

Black with #514ACE

Text Example


Text Example

White with #514ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514ACE; }

 p { color: rgb(81,74,206); }

 H1.HeaderClassName
 {
   color: #514ACE;
 }
 .AnyTagClassName
 {
   color: #514ACE;
 }
</style>

background-color css

<style>
 a { background-color: #514ACE; }

 a { background-color: rgb(81,74,206); }

 div.DivClassName
 {
   background-color: #514ACE;
 }
 .BgClassName
 {
   background-color: #514ACE;
 }
</style>

border-color css

<style>
 span { border-color: #514ACE; }

 span { border-color: rgb(81,74,206); }

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