Html Css Color HEX #5354CE Free Speech Blue

📋 copy color: '#5354CE'

red 83 ◦ green 84 ◦ blue 206

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

Shades of Free Speech Blue #5354CE

Tints of Free Speech Blue #5354CE

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.52%

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

R = 22.25%
G = 22.52%
B = 55.23%

CMYK

 C value IS 0.60

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5354CE (or 0x5354CE) is known color: Free Speech Blue. HEX triplet: 53, 54 and CE. RGB value is (83,84,206). Sum of RGB (Red+Green+Blue) = 83+84+206=373 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.25% from 373); Green value is 84 (33.20% from 255 or 22.52% from 373); Blue value is 206 (80.86% from 255 or 55.23% from 373); Max value from RGB is 206 - color contains mainly: blue. Hex color #5354CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5354CE is #ACAB31. Grayscale: #616161. Windows color (decimal): -11316018 or 13522003. OLE color: 13522003.

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

Color convert

RGB 83 84 206 -
CMYK 0.60 0.59 0 0.19
HSL 239.51º 0.56% 0.57% -
HSV(B) 239.51º 0.6% 0.81% -
XYZ 17.88 12.64 59.89 -
YUV 97.61 189.17 117.58 -
System Red Green Blue C M Y K H S L
Decimal 83 84 206 0.60 0.59 0 0.19 239.51 0.56 0.57
Hex 53 54 CE 3C 3B 0 13 F0 38 39
Octal 123 124 316 74 73 0 23 360 70 71
Binary 1010011 1010100 11001110 111100 111011 0 10011 11110000 111000 111001

Color Harmonies of #5354CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5354CE

Black with #5354CE

Text Example


Text Example

White with #5354CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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