Html Css Color HEX #514BCC Free Speech Blue

📋 copy color: '#514BCC'

red 81 ◦ green 75 ◦ blue 204

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

Shades of Free Speech Blue #514BCC

Tints of Free Speech Blue #514BCC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.83%

 BLUE value IS 204 (80.08% from 255) = 56.67%

R = 22.5%
G = 20.83%
B = 56.67%

CMYK

 C value IS 0.60

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#514BCC (or 0x514BCC) is known color: Free Speech Blue. HEX triplet: 51, 4B and CC. RGB value is (81,75,204). Sum of RGB (Red+Green+Blue) = 81+75+204=360 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.5% from 360); Green value is 75 (29.69% from 255 or 20.83% from 360); Blue value is 204 (80.08% from 255 or 56.67% from 360); Max value from RGB is 204 - color contains mainly: blue. Hex color #514BCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #514BCC is #AEB433. Grayscale: #5A5A5A. Windows color (decimal): -11449396 or 13388625. OLE color: 13388625.

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

Color convert

RGB 81 75 204 -
CMYK 0.60 0.63 0 0.2
HSL 242.79º 0.56% 0.55% -
HSV(B) 242.79º 0.63% 0.8% -
XYZ 16.81 11.14 58.39 -
YUV 91.5 191.49 120.51 -
System Red Green Blue C M Y K H S L
Decimal 81 75 204 0.60 0.63 0 0.2 242.79 0.56 0.55
Hex 51 4B CC 3C 3F 0 14 F3 38 37
Octal 121 113 314 74 77 0 24 363 70 67
Binary 1010001 1001011 11001100 111100 111111 0 10100 11110011 111000 110111

Color Harmonies of #514BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514BCC

Black with #514BCC

Text Example


Text Example

White with #514BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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