Html Css Color HEX #5359BF Free Speech Blue

📋 copy color: '#5359BF'

red 83 ◦ green 89 ◦ blue 191

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

Shades of Free Speech Blue #5359BF

Tints of Free Speech Blue #5359BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 52.62%

R = 22.87%
G = 24.52%
B = 52.62%

CMYK

 C value IS 0.57

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5359BF (or 0x5359BF) is known color: Free Speech Blue. HEX triplet: 53, 59 and BF. RGB value is (83,89,191). Sum of RGB (Red+Green+Blue) = 83+89+191=363 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.87% from 363); Green value is 89 (35.16% from 255 or 24.52% from 363); Blue value is 191 (75% from 255 or 52.62% from 363); Max value from RGB is 191 - color contains mainly: blue. Hex color #5359BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5359BF is #ACA640. Grayscale: #626262. Windows color (decimal): -11314753 or 12540243. OLE color: 12540243.

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

Color convert

RGB 83 89 191 -
CMYK 0.57 0.53 0 0.25
HSL 236.67º 0.46% 0.54% -
HSV(B) 236.67º 0.57% 0.75% -
XYZ 16.54 12.75 50.88 -
YUV 98.83 180.01 116.71 -
System Red Green Blue C M Y K H S L
Decimal 83 89 191 0.57 0.53 0 0.25 236.67 0.46 0.54
Hex 53 59 BF 39 35 0 19 ED 2E 36
Octal 123 131 277 71 65 0 31 355 56 66
Binary 1010011 1011001 10111111 111001 110101 0 11001 11101101 101110 110110

Color Harmonies of #5359BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5359BF

Black with #5359BF

Text Example


Text Example

White with #5359BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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