Html Css Color HEX #514DCD Free Speech Blue

📋 copy color: '#514DCD'

red 81 ◦ green 77 ◦ blue 205

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

Shades of Free Speech Blue #514DCD

Tints of Free Speech Blue #514DCD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.21%

 BLUE value IS 205 (80.47% from 255) = 56.47%

R = 22.31%
G = 21.21%
B = 56.47%

CMYK

 C value IS 0.60

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#514DCD (or 0x514DCD) is known color: Free Speech Blue. HEX triplet: 51, 4D and CD. RGB value is (81,77,205). Sum of RGB (Red+Green+Blue) = 81+77+205=363 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.31% from 363); Green value is 77 (30.47% from 255 or 21.21% from 363); Blue value is 205 (80.47% from 255 or 56.47% from 363); Max value from RGB is 205 - color contains mainly: blue. Hex color #514DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #514DCD is #AEB232. Grayscale: #5C5C5C. Windows color (decimal): -11448883 or 13454673. OLE color: 13454673.

HSL color Cylindrical-coordinate representation of color #514DCD: hue angle of 241.88º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #514DCD is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 81 77 205 -
CMYK 0.60 0.62 0 0.20
HSL 241.88º 0.56% 0.55% -
HSV(B) 241.88º 0.62% 0.8% -
XYZ 17.07 11.46 59.07 -
YUV 92.79 191.33 119.59 -
System Red Green Blue C M Y K H S L
Decimal 81 77 205 0.60 0.62 0 0.20 241.88 0.56 0.55
Hex 51 4D CD 3C 3E 0 14 F2 38 37
Octal 121 115 315 74 76 0 24 362 70 67
Binary 1010001 1001101 11001101 111100 111110 0 10100 11110010 111000 110111

Color Harmonies of #514DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514DCD

Black with #514DCD

Text Example


Text Example

White with #514DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,77,205); }

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

background-color css

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

 a { background-color: rgb(81,77,205); }

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

border-color css

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

 span { border-color: rgb(81,77,205); }

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