Html Css Color HEX #5461D0 Free Speech Blue

📋 copy color: '#5461D0'

red 84 ◦ green 97 ◦ blue 208

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

Shades of Free Speech Blue #5461D0

Tints of Free Speech Blue #5461D0

RGB

 RED value IS 84 (33.2% from 255) = 21.59%

 GREEN value IS 97 (38.28% from 255) = 24.94%

 BLUE value IS 208 (81.64% from 255) = 53.47%

R = 21.59%
G = 24.94%
B = 53.47%

CMYK

 C value IS 0.60

 M value IS 0.53

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#5461D0 (or 0x5461D0) is known color: Free Speech Blue. HEX triplet: 54, 61 and D0. RGB value is (84,97,208). Sum of RGB (Red+Green+Blue) = 84+97+208=389 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.59% from 389); Green value is 97 (38.28% from 255 or 24.94% from 389); Blue value is 208 (81.64% from 255 or 53.47% from 389); Max value from RGB is 208 - color contains mainly: blue. Hex color #5461D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5461D0 is #AB9E2F. Grayscale: #696969. Windows color (decimal): -11247152 or 13656404. OLE color: 13656404.

HSL color Cylindrical-coordinate representation of color #5461D0: hue angle of 233.71º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5461D0 is Cyan = 0.60, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 84 97 208 -
CMYK 0.60 0.53 0 0.18
HSL 233.71º 0.57% 0.57% -
HSV(B) 233.71º 0.6% 0.82% -
XYZ 19.32 14.99 61.55 -
YUV 105.77 185.69 112.47 -
System Red Green Blue C M Y K H S L
Decimal 84 97 208 0.60 0.53 0 0.18 233.71 0.57 0.57
Hex 54 61 D0 3C 35 0 12 EA 39 39
Octal 124 141 320 74 65 0 22 352 71 71
Binary 1010100 1100001 11010000 111100 110101 0 10010 11101010 111001 111001

Color Harmonies of #5461D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5461D0

Black with #5461D0

Text Example


Text Example

White with #5461D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5461D0; }

 p { color: rgb(84,97,208); }

 H1.HeaderClassName
 {
   color: #5461D0;
 }
 .AnyTagClassName
 {
   color: #5461D0;
 }
</style>

background-color css

<style>
 a { background-color: #5461D0; }

 a { background-color: rgb(84,97,208); }

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

border-color css

<style>
 span { border-color: #5461D0; }

 span { border-color: rgb(84,97,208); }

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