Html Css Color HEX #5353CD Free Speech Blue

📋 copy color: '#5353CD'

red 83 ◦ green 83 ◦ blue 205

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

Shades of Free Speech Blue #5353CD

Tints of Free Speech Blue #5353CD

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.37%

 BLUE value IS 205 (80.47% from 255) = 55.26%

R = 22.37%
G = 22.37%
B = 55.26%

CMYK

 C value IS 0.60

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5353CD (or 0x5353CD) is known color: Free Speech Blue. HEX triplet: 53, 53 and CD. RGB value is (83,83,205). Sum of RGB (Red+Green+Blue) = 83+83+205=371 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.37% from 371); Green value is 83 (32.81% from 255 or 22.37% from 371); Blue value is 205 (80.47% from 255 or 55.26% from 371); Max value from RGB is 205 - color contains mainly: blue. Hex color #5353CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5353CD is #ACAC32. Grayscale: #606060. Windows color (decimal): -11316275 or 13456211. OLE color: 13456211.

HSL color Cylindrical-coordinate representation of color #5353CD: hue angle of 240º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5353CD is Cyan = 0.60, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 83 83 205 -
CMYK 0.60 0.60 0 0.20
HSL 240º 0.55% 0.56% -
HSV(B) 240º 0.6% 0.8% -
XYZ 17.68 12.43 59.23 -
YUV 96.91 189 118.08 -
System Red Green Blue C M Y K H S L
Decimal 83 83 205 0.60 0.60 0 0.20 240 0.55 0.56
Hex 53 53 CD 3C 3C 0 14 F0 37 38
Octal 123 123 315 74 74 0 24 360 67 70
Binary 1010011 1010011 11001101 111100 111100 0 10100 11110000 110111 111000

Color Harmonies of #5353CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5353CD

Black with #5353CD

Text Example


Text Example

White with #5353CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5353CD; }

 p { color: rgb(83,83,205); }

 H1.HeaderClassName
 {
   color: #5353CD;
 }
 .AnyTagClassName
 {
   color: #5353CD;
 }
</style>

background-color css

<style>
 a { background-color: #5353CD; }

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

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

border-color css

<style>
 span { border-color: #5353CD; }

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

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