Html Css Color HEX #5364BE Free Speech Blue

📋 copy color: '#5364BE'

red 83 ◦ green 100 ◦ blue 190

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

Shades of Free Speech Blue #5364BE

Tints of Free Speech Blue #5364BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.94%

R = 22.25%
G = 26.81%
B = 50.94%

CMYK

 C value IS 0.56

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5364BE (or 0x5364BE) is known color: Free Speech Blue. HEX triplet: 53, 64 and BE. RGB value is (83,100,190). Sum of RGB (Red+Green+Blue) = 83+100+190=373 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.25% from 373); Green value is 100 (39.45% from 255 or 26.81% from 373); Blue value is 190 (74.61% from 255 or 50.94% from 373); Max value from RGB is 190 - color contains mainly: blue. Hex color #5364BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5364BE is #AC9B41. Grayscale: #686868. Windows color (decimal): -11311938 or 12477523. OLE color: 12477523.

HSL color Cylindrical-coordinate representation of color #5364BE: hue angle of 230.47º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5364BE is Cyan = 0.56, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 83 100 190 -
CMYK 0.56 0.47 0 0.25
HSL 230.47º 0.45% 0.54% -
HSV(B) 230.47º 0.56% 0.75% -
XYZ 17.42 14.67 50.63 -
YUV 105.18 175.87 112.18 -
System Red Green Blue C M Y K H S L
Decimal 83 100 190 0.56 0.47 0 0.25 230.47 0.45 0.54
Hex 53 64 BE 38 2F 0 19 E6 2D 36
Octal 123 144 276 70 57 0 31 346 55 66
Binary 1010011 1100100 10111110 111000 101111 0 11001 11100110 101101 110110

Color Harmonies of #5364BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5364BE

Black with #5364BE

Text Example


Text Example

White with #5364BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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