Html Css Color HEX #5364C4 Free Speech Blue

📋 copy color: '#5364C4'

red 83 ◦ green 100 ◦ blue 196

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

Shades of Free Speech Blue #5364C4

Tints of Free Speech Blue #5364C4

RGB

 RED value IS 83 (32.81% from 255) = 21.9%

 GREEN value IS 100 (39.45% from 255) = 26.39%

 BLUE value IS 196 (76.95% from 255) = 51.72%

R = 21.9%
G = 26.39%
B = 51.72%

CMYK

 C value IS 0.58

 M value IS 0.49

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#5364C4 (or 0x5364C4) is known color: Free Speech Blue. HEX triplet: 53, 64 and C4. RGB value is (83,100,196). Sum of RGB (Red+Green+Blue) = 83+100+196=379 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.90% from 379); Green value is 100 (39.45% from 255 or 26.39% from 379); Blue value is 196 (76.95% from 255 or 51.72% from 379); Max value from RGB is 196 - color contains mainly: blue. Hex color #5364C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5364C4 is #AC9B3B. Grayscale: #696969. Windows color (decimal): -11311932 or 12870739. OLE color: 12870739.

HSL color Cylindrical-coordinate representation of color #5364C4: hue angle of 230.97º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5364C4 is Cyan = 0.58, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 83 100 196 -
CMYK 0.58 0.49 0 0.23
HSL 230.97º 0.49% 0.55% -
HSV(B) 230.97º 0.58% 0.77% -
XYZ 18.09 14.94 54.15 -
YUV 105.86 178.87 111.69 -
System Red Green Blue C M Y K H S L
Decimal 83 100 196 0.58 0.49 0 0.23 230.97 0.49 0.55
Hex 53 64 C4 3A 31 0 17 E7 31 37
Octal 123 144 304 72 61 0 27 347 61 67
Binary 1010011 1100100 11000100 111010 110001 0 10111 11100111 110001 110111

Color Harmonies of #5364C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5364C4

Black with #5364C4

Text Example


Text Example

White with #5364C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5364C4; }

 p { color: rgb(83,100,196); }

 H1.HeaderClassName
 {
   color: #5364C4;
 }
 .AnyTagClassName
 {
   color: #5364C4;
 }
</style>

background-color css

<style>
 a { background-color: #5364C4; }

 a { background-color: rgb(83,100,196); }

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

border-color css

<style>
 span { border-color: #5364C4; }

 span { border-color: rgb(83,100,196); }

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