Html Css Color HEX #514FC0 Free Speech Blue

📋 copy color: '#514FC0'

red 81 ◦ green 79 ◦ blue 192

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

Shades of Free Speech Blue #514FC0

Tints of Free Speech Blue #514FC0

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.44%

 BLUE value IS 192 (75.39% from 255) = 54.55%

R = 23.01%
G = 22.44%
B = 54.55%

CMYK

 C value IS 0.58

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#514FC0 (or 0x514FC0) is known color: Free Speech Blue. HEX triplet: 51, 4F and C0. RGB value is (81,79,192). Sum of RGB (Red+Green+Blue) = 81+79+192=352 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.01% from 352); Green value is 79 (31.25% from 255 or 22.44% from 352); Blue value is 192 (75.39% from 255 or 54.55% from 352); Max value from RGB is 192 - color contains mainly: blue. Hex color #514FC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #514FC0 is #AEB03F. Grayscale: #5C5C5C. Windows color (decimal): -11448384 or 12603217. OLE color: 12603217.

HSL color Cylindrical-coordinate representation of color #514FC0: hue angle of 241.06º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #514FC0 is Cyan = 0.58, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 81 79 192 -
CMYK 0.58 0.59 0 0.25
HSL 241.06º 0.47% 0.53% -
HSV(B) 241.06º 0.59% 0.75% -
XYZ 15.7 11.15 51.19 -
YUV 92.48 184.16 119.81 -
System Red Green Blue C M Y K H S L
Decimal 81 79 192 0.58 0.59 0 0.25 241.06 0.47 0.53
Hex 51 4F C0 3A 3B 0 19 F1 2F 35
Octal 121 117 300 72 73 0 31 361 57 65
Binary 1010001 1001111 11000000 111010 111011 0 11001 11110001 101111 110101

Color Harmonies of #514FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514FC0

Black with #514FC0

Text Example


Text Example

White with #514FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,79,192); }

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

background-color css

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

 a { background-color: rgb(81,79,192); }

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

border-color css

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

 span { border-color: rgb(81,79,192); }

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