Html Css Color HEX #514CCE Free Speech Blue

📋 copy color: '#514CCE'

red 81 ◦ green 76 ◦ blue 206

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

Shades of Free Speech Blue #514CCE

Tints of Free Speech Blue #514CCE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.94%

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

R = 22.31%
G = 20.94%
B = 56.75%

CMYK

 C value IS 0.61

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#514CCE (or 0x514CCE) is known color: Free Speech Blue. HEX triplet: 51, 4C and CE. RGB value is (81,76,206). Sum of RGB (Red+Green+Blue) = 81+76+206=363 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.31% from 363); Green value is 76 (30.08% from 255 or 20.94% from 363); Blue value is 206 (80.86% from 255 or 56.75% from 363); Max value from RGB is 206 - color contains mainly: blue. Hex color #514CCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #514CCE is #AEB331. Grayscale: #5B5B5B. Windows color (decimal): -11449138 or 13519953. OLE color: 13519953.

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

Color convert

RGB 81 76 206 -
CMYK 0.61 0.63 0 0.19
HSL 242.31º 0.57% 0.55% -
HSV(B) 242.31º 0.63% 0.81% -
XYZ 17.12 11.37 59.69 -
YUV 92.32 192.16 119.93 -
System Red Green Blue C M Y K H S L
Decimal 81 76 206 0.61 0.63 0 0.19 242.31 0.57 0.55
Hex 51 4C CE 3D 3F 0 13 F2 39 37
Octal 121 114 316 75 77 0 23 362 71 67
Binary 1010001 1001100 11001110 111101 111111 0 10011 11110010 111001 110111

Color Harmonies of #514CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514CCE

Black with #514CCE

Text Example


Text Example

White with #514CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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