Html Css Color HEX #5357C0 Free Speech Blue

📋 copy color: '#5357C0'

red 83 ◦ green 87 ◦ blue 192

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

Shades of Free Speech Blue #5357C0

Tints of Free Speech Blue #5357C0

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.03%

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

R = 22.93%
G = 24.03%
B = 53.04%

CMYK

 C value IS 0.57

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5357C0 (or 0x5357C0) is known color: Free Speech Blue. HEX triplet: 53, 57 and C0. RGB value is (83,87,192). Sum of RGB (Red+Green+Blue) = 83+87+192=362 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.93% from 362); Green value is 87 (34.38% from 255 or 24.03% from 362); Blue value is 192 (75.39% from 255 or 53.04% from 362); Max value from RGB is 192 - color contains mainly: blue. Hex color #5357C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5357C0 is #ACA83F. Grayscale: #616161. Windows color (decimal): -11315264 or 12605267. OLE color: 12605267.

HSL color Cylindrical-coordinate representation of color #5357C0: hue angle of 237.8º 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 #5357C0 is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 83 87 192 -
CMYK 0.57 0.55 0 0.25
HSL 237.8º 0.46% 0.54% -
HSV(B) 237.8º 0.57% 0.75% -
XYZ 16.49 12.46 51.41 -
YUV 97.77 181.17 117.46 -
System Red Green Blue C M Y K H S L
Decimal 83 87 192 0.57 0.55 0 0.25 237.8 0.46 0.54
Hex 53 57 C0 39 37 0 19 EE 2E 36
Octal 123 127 300 71 67 0 31 356 56 66
Binary 1010011 1010111 11000000 111001 110111 0 11001 11101110 101110 110110

Color Harmonies of #5357C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5357C0

Black with #5357C0

Text Example


Text Example

White with #5357C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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