Html Css Color HEX #5359DB Free Speech Blue

📋 copy color: '#5359DB'

red 83 ◦ green 89 ◦ blue 219

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

Shades of Free Speech Blue #5359DB

Tints of Free Speech Blue #5359DB

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.76%

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

R = 21.23%
G = 22.76%
B = 56.01%

CMYK

 C value IS 0.62

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5359DB (or 0x5359DB) is known color: Free Speech Blue. HEX triplet: 53, 59 and DB. RGB value is (83,89,219). Sum of RGB (Red+Green+Blue) = 83+89+219=391 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.23% from 391); Green value is 89 (35.16% from 255 or 22.76% from 391); Blue value is 219 (85.94% from 255 or 56.01% from 391); Max value from RGB is 219 - color contains mainly: blue. Hex color #5359DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5359DB is #ACA624. Grayscale: #656565. Windows color (decimal): -11314725 or 14375251. OLE color: 14375251.

HSL color Cylindrical-coordinate representation of color #5359DB: hue angle of 237.35º 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 #5359DB is Cyan = 0.62, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 83 89 219 -
CMYK 0.62 0.59 0 0.14
HSL 237.35º 0.65% 0.59% -
HSV(B) 237.35º 0.62% 0.86% -
XYZ 19.93 14.1 68.69 -
YUV 102.03 194.01 114.43 -
System Red Green Blue C M Y K H S L
Decimal 83 89 219 0.62 0.59 0 0.14 237.35 0.65 0.59
Hex 53 59 DB 3E 3B 0 E ED 41 3B
Octal 123 131 333 76 73 0 16 355 101 73
Binary 1010011 1011001 11011011 111110 111011 0 1110 11101101 1000001 111011

Color Harmonies of #5359DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5359DB

Black with #5359DB

Text Example


Text Example

White with #5359DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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