Html Css Color HEX #5368CE Free Speech Blue

📋 copy color: '#5368CE'

red 83 ◦ green 104 ◦ blue 206

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

Shades of Free Speech Blue #5368CE

Tints of Free Speech Blue #5368CE

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.46%

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

R = 21.12%
G = 26.46%
B = 52.42%

CMYK

 C value IS 0.60

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5368CE (or 0x5368CE) is known color: Free Speech Blue. HEX triplet: 53, 68 and CE. RGB value is (83,104,206). Sum of RGB (Red+Green+Blue) = 83+104+206=393 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.12% from 393); Green value is 104 (41.02% from 255 or 26.46% from 393); Blue value is 206 (80.86% from 255 or 52.42% from 393); Max value from RGB is 206 - color contains mainly: blue. Hex color #5368CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5368CE is #AC9731. Grayscale: #6C6C6C. Windows color (decimal): -11310898 or 13527123. OLE color: 13527123.

HSL color Cylindrical-coordinate representation of color #5368CE: hue angle of 229.76º 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 #5368CE is Cyan = 0.60, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 83 104 206 -
CMYK 0.60 0.50 0 0.19
HSL 229.76º 0.56% 0.57% -
HSV(B) 229.76º 0.6% 0.81% -
XYZ 19.66 16.2 60.48 -
YUV 109.35 182.54 109.21 -
System Red Green Blue C M Y K H S L
Decimal 83 104 206 0.60 0.50 0 0.19 229.76 0.56 0.57
Hex 53 68 CE 3C 32 0 13 E6 38 39
Octal 123 150 316 74 62 0 23 346 70 71
Binary 1010011 1101000 11001110 111100 110010 0 10011 11100110 111000 111001

Color Harmonies of #5368CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5368CE

Black with #5368CE

Text Example


Text Example

White with #5368CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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