Html Css Color HEX #5357DB Free Speech Blue

📋 copy color: '#5357DB'

red 83 ◦ green 87 ◦ blue 219

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

Shades of Free Speech Blue #5357DB

Tints of Free Speech Blue #5357DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 56.3%

R = 21.34%
G = 22.37%
B = 56.3%

CMYK

 C value IS 0.62

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5357DB (or 0x5357DB) is known color: Free Speech Blue. HEX triplet: 53, 57 and DB. RGB value is (83,87,219). Sum of RGB (Red+Green+Blue) = 83+87+219=389 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.34% from 389); Green value is 87 (34.38% from 255 or 22.37% from 389); Blue value is 219 (85.94% from 255 or 56.30% from 389); Max value from RGB is 219 - color contains mainly: blue. Hex color #5357DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5357DB is #ACA824. Grayscale: #646464. Windows color (decimal): -11315237 or 14374739. OLE color: 14374739.

HSL color Cylindrical-coordinate representation of color #5357DB: hue angle of 238.24º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5357DB is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 83 87 219 -
CMYK 0.62 0.60 0 0.14
HSL 238.24º 0.65% 0.59% -
HSV(B) 238.24º 0.62% 0.86% -
XYZ 19.76 13.77 68.63 -
YUV 100.85 194.67 115.27 -
System Red Green Blue C M Y K H S L
Decimal 83 87 219 0.62 0.60 0 0.14 238.24 0.65 0.59
Hex 53 57 DB 3E 3C 0 E EE 41 3B
Octal 123 127 333 76 74 0 16 356 101 73
Binary 1010011 1010111 11011011 111110 111100 0 1110 11101110 1000001 111011

Color Harmonies of #5357DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5357DB

Black with #5357DB

Text Example


Text Example

White with #5357DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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