Html Css Color HEX #5463C6 Free Speech Blue

📋 copy color: '#5463C6'

red 84 ◦ green 99 ◦ blue 198

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

Shades of Free Speech Blue #5463C6

Tints of Free Speech Blue #5463C6

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.98%

 BLUE value IS 198 (77.73% from 255) = 51.97%

R = 22.05%
G = 25.98%
B = 51.97%

CMYK

 C value IS 0.58

 M value IS 0.50

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#5463C6 (or 0x5463C6) is known color: Free Speech Blue. HEX triplet: 54, 63 and C6. RGB value is (84,99,198). Sum of RGB (Red+Green+Blue) = 84+99+198=381 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.05% from 381); Green value is 99 (39.06% from 255 or 25.98% from 381); Blue value is 198 (77.73% from 255 or 51.97% from 381); Max value from RGB is 198 - color contains mainly: blue. Hex color #5463C6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5463C6 is #AB9C39. Grayscale: #696969. Windows color (decimal): -11246650 or 13001556. OLE color: 13001556.

HSL color Cylindrical-coordinate representation of color #5463C6: hue angle of 232.11º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5463C6 is Cyan = 0.58, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 84 99 198 -
CMYK 0.58 0.50 0 0.22
HSL 232.11º 0.5% 0.55% -
HSV(B) 232.11º 0.58% 0.78% -
XYZ 18.31 14.89 55.33 -
YUV 105.8 180.03 112.45 -
System Red Green Blue C M Y K H S L
Decimal 84 99 198 0.58 0.50 0 0.22 232.11 0.5 0.55
Hex 54 63 C6 3A 32 0 16 E8 32 37
Octal 124 143 306 72 62 0 26 350 62 67
Binary 1010100 1100011 11000110 111010 110010 0 10110 11101000 110010 110111

Color Harmonies of #5463C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5463C6

Black with #5463C6

Text Example


Text Example

White with #5463C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5463C6; }

 p { color: rgb(84,99,198); }

 H1.HeaderClassName
 {
   color: #5463C6;
 }
 .AnyTagClassName
 {
   color: #5463C6;
 }
</style>

background-color css

<style>
 a { background-color: #5463C6; }

 a { background-color: rgb(84,99,198); }

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

border-color css

<style>
 span { border-color: #5463C6; }

 span { border-color: rgb(84,99,198); }

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