Html Css Color HEX #5361C0 Free Speech Blue

📋 copy color: '#5361C0'

red 83 ◦ green 97 ◦ blue 192

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

Shades of Free Speech Blue #5361C0

Tints of Free Speech Blue #5361C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 51.61%

R = 22.31%
G = 26.08%
B = 51.61%

CMYK

 C value IS 0.57

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5361C0 (or 0x5361C0) is known color: Free Speech Blue. HEX triplet: 53, 61 and C0. RGB value is (83,97,192). Sum of RGB (Red+Green+Blue) = 83+97+192=372 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.31% from 372); Green value is 97 (38.28% from 255 or 26.08% from 372); Blue value is 192 (75.39% from 255 or 51.61% from 372); Max value from RGB is 192 - color contains mainly: blue. Hex color #5361C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5361C0 is #AC9E3F. Grayscale: #676767. Windows color (decimal): -11312704 or 12607827. OLE color: 12607827.

HSL color Cylindrical-coordinate representation of color #5361C0: hue angle of 232.29º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5361C0 is Cyan = 0.57, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 83 97 192 -
CMYK 0.57 0.49 0 0.25
HSL 232.29º 0.46% 0.54% -
HSV(B) 232.29º 0.57% 0.75% -
XYZ 17.36 14.19 51.69 -
YUV 103.64 177.86 113.28 -
System Red Green Blue C M Y K H S L
Decimal 83 97 192 0.57 0.49 0 0.25 232.29 0.46 0.54
Hex 53 61 C0 39 31 0 19 E8 2E 36
Octal 123 141 300 71 61 0 31 350 56 66
Binary 1010011 1100001 11000000 111001 110001 0 11001 11101000 101110 110110

Color Harmonies of #5361C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5361C0

Black with #5361C0

Text Example


Text Example

White with #5361C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5361C0; }

 p { color: rgb(83,97,192); }

 H1.HeaderClassName
 {
   color: #5361C0;
 }
 .AnyTagClassName
 {
   color: #5361C0;
 }
</style>

background-color css

<style>
 a { background-color: #5361C0; }

 a { background-color: rgb(83,97,192); }

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

border-color css

<style>
 span { border-color: #5361C0; }

 span { border-color: rgb(83,97,192); }

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