Html Css Color HEX #5356D5 Free Speech Blue

📋 copy color: '#5356D5'

red 83 ◦ green 86 ◦ blue 213

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

Shades of Free Speech Blue #5356D5

Tints of Free Speech Blue #5356D5

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.51%

 BLUE value IS 213 (83.59% from 255) = 55.76%

R = 21.73%
G = 22.51%
B = 55.76%

CMYK

 C value IS 0.61

 M value IS 0.60

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5356D5 (or 0x5356D5) is known color: Free Speech Blue. HEX triplet: 53, 56 and D5. RGB value is (83,86,213). Sum of RGB (Red+Green+Blue) = 83+86+213=382 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.73% from 382); Green value is 86 (33.98% from 255 or 22.51% from 382); Blue value is 213 (83.59% from 255 or 55.76% from 382); Max value from RGB is 213 - color contains mainly: blue. Hex color #5356D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5356D5 is #ACA92A. Grayscale: #636363. Windows color (decimal): -11315499 or 13981267. OLE color: 13981267.

HSL color Cylindrical-coordinate representation of color #5356D5: hue angle of 238.62º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5356D5 is Cyan = 0.61, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 83 86 213 -
CMYK 0.61 0.60 0 0.16
HSL 238.62º 0.61% 0.58% -
HSV(B) 238.62º 0.61% 0.84% -
XYZ 18.91 13.3 64.52 -
YUV 99.58 192.01 116.17 -
System Red Green Blue C M Y K H S L
Decimal 83 86 213 0.61 0.60 0 0.16 238.62 0.61 0.58
Hex 53 56 D5 3D 3C 0 10 EF 3D 3A
Octal 123 126 325 75 74 0 20 357 75 72
Binary 1010011 1010110 11010101 111101 111100 0 10000 11101111 111101 111010

Color Harmonies of #5356D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5356D5

Black with #5356D5

Text Example


Text Example

White with #5356D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5356D5; }

 p { color: rgb(83,86,213); }

 H1.HeaderClassName
 {
   color: #5356D5;
 }
 .AnyTagClassName
 {
   color: #5356D5;
 }
</style>

background-color css

<style>
 a { background-color: #5356D5; }

 a { background-color: rgb(83,86,213); }

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

border-color css

<style>
 span { border-color: #5356D5; }

 span { border-color: rgb(83,86,213); }

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