Html Css Color HEX #5359CE Free Speech Blue

📋 copy color: '#5359CE'

red 83 ◦ green 89 ◦ blue 206

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

Shades of Free Speech Blue #5359CE

Tints of Free Speech Blue #5359CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 54.5%

R = 21.96%
G = 23.54%
B = 54.5%

CMYK

 C value IS 0.60

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5359CE (or 0x5359CE) is known color: Free Speech Blue. HEX triplet: 53, 59 and CE. RGB value is (83,89,206). Sum of RGB (Red+Green+Blue) = 83+89+206=378 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.96% from 378); Green value is 89 (35.16% from 255 or 23.54% from 378); Blue value is 206 (80.86% from 255 or 54.50% from 378); Max value from RGB is 206 - color contains mainly: blue. Hex color #5359CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5359CE is #ACA631. Grayscale: #646464. Windows color (decimal): -11314738 or 13523283. OLE color: 13523283.

HSL color Cylindrical-coordinate representation of color #5359CE: hue angle of 237.07º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5359CE is Cyan = 0.60, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 83 89 206 -
CMYK 0.60 0.57 0 0.19
HSL 237.07º 0.56% 0.57% -
HSV(B) 237.07º 0.6% 0.81% -
XYZ 18.28 13.44 60.02 -
YUV 100.54 187.51 115.49 -
System Red Green Blue C M Y K H S L
Decimal 83 89 206 0.60 0.57 0 0.19 237.07 0.56 0.57
Hex 53 59 CE 3C 39 0 13 ED 38 39
Octal 123 131 316 74 71 0 23 355 70 71
Binary 1010011 1011001 11001110 111100 111001 0 10011 11101101 111000 111001

Color Harmonies of #5359CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5359CE

Black with #5359CE

Text Example


Text Example

White with #5359CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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